Skip to content

Commit 0adec1e

Browse files
authored
Revert Kotlin to 2.2.21 for binary compatibility (#80)
Kotlin 2.3.0 introduced binary incompatibility that breaks downstream consumers still on Kotlin 2.1.x (such as Square's invest service). This reverts Kotlin from 2.3.0 back to 2.2.21 (commit 567058f). Arrow 2.2.1 remains as it is compatible with Kotlin 2.2.21. All tests pass with these versions.
1 parent 772cd2a commit 0adec1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kfsm = "0.12.0"
1313
kotest = "5.9.1"
1414
kotestArrow = "2.0.0"
1515
# @pin
16-
kotlin = "2.3.0"
16+
kotlin = "2.2.21"
1717
kotlinBinaryCompatibilityPlugin = "0.18.1"
1818
kotlinLogging = "7.0.13"
1919
mavenPublish = "0.35.0"

0 commit comments

Comments
 (0)