File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1616
1717plugins {
18- kotlin(" jvm" ) version " 1.9.22 "
18+ kotlin(" jvm" ) version " 2.0.0 "
1919 application
2020}
2121
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.7-rc-3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1515import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1616
1717plugins {
18- kotlin(" jvm" ) version " 1.9.22 "
18+ kotlin(" jvm" ) version " 2.0.0 "
1919 `java- library`
2020 application
2121}
Original file line number Diff line number Diff line change 88import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
99
1010plugins {
11- kotlin(" jvm" ) version " 1.9.22 "
11+ kotlin(" jvm" ) version " 2.0.0 "
1212 application
1313}
1414
You can’t perform that action at this time.
0 commit comments