Skip to content

Commit 81d1fb9

Browse files
committed
Fix compiler version property
1 parent 21168f6 commit 81d1fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions-root/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlinx-rpc = "0.8.0-SNAPSHOT"
44

55
# kotlin
66
kotlin-lang = "2.1.21" # or env.KOTLIN_VERSION
7-
kotlin-compiler = "2.0.21" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSION
7+
kotlin-compiler = "0.0.0" # default to kotlin-lang or env.KOTLIN_COMPILER_VERSION
88

99
# kotlin independent versions
1010
detekt-analyzer = "1.23.6"

0 commit comments

Comments
 (0)