File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType
22
33plugins {
4- kotlin(" multiplatform" ) version " 2.2.0 "
4+ kotlin(" multiplatform" ) version " 2.2.20 "
55
66 `maven- publish`
77}
@@ -22,7 +22,7 @@ repositories {
2222dependencies {
2323 commonMainImplementation(" com.github.ajalt.clikt:clikt:5.0.3" )
2424 commonMainImplementation(" xyz.calcugames:levelz-kt:0.3.3" )
25- commonMainImplementation(" com.soywiz:korlibs-io:6.0.1 " )
25+ commonMainImplementation(" com.soywiz:korlibs-io:6.0.2 " )
2626
2727 commonTestImplementation(kotlin(" test" ))
2828}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments