diff --git a/build.gradle.kts b/build.gradle.kts index 75f695d..ada3493 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,9 +1,8 @@ - plugins { - kotlin("jvm") version "1.8.21" + kotlin("jvm") version "2.2.10" } -val kotlinVersion: String by extra("1.8.21") +val kotlinVersion: String by extra("2.2.10") val kotlinCoroutinesVersion: String by extra("1.7.0-RC") allprojects { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 37aef8d..35a1b01 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists