Skip to content

Commit aaa0451

Browse files
authored
fix: downgrade Kotlin to 2.0.0
1 parent 07358b9 commit aaa0451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.1.20"
2+
kotlin = "2.0.0"
33
kotest = "5.9.1"
44

55
[libraries]
@@ -15,4 +15,4 @@ kotest = ["kotest-runner", "kotest-assertations", "kotest-property", "kotest-dat
1515

1616
[plugins]
1717
deployer = { id = "io.deepmedia.tools.deployer", version = "0.18.0" }
18-
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }
18+
dokka = { id = "org.jetbrains.dokka", version = "2.0.0" }

0 commit comments

Comments
 (0)