Skip to content

Commit

Permalink
Kotlin 2.0.10 (#240)
Browse files Browse the repository at this point in the history
* Prep for Kotlin 2.0.10-RC

* 2.0.10 final
  • Loading branch information
ZacSweers authored Aug 12, 2024
1 parent d95bdfe commit c2e544a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ org.gradle.configuration-cache=true

kotlin.mpp.stability.nowarn=true
kotlin.native.useEmbeddableCompilerJar=true
kotlin.apple.xcodeCompatibility.nowarn=true

kotlin.compiler.suppressExperimentalICOptimizationsWarning=true
kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
[versions]
autoService = "1.1.1"
kotlinCompileTesting = "0.5.1"
kotlin = "2.0.0"
kotlin = "2.0.10"
jdk = "21"
jvmTarget = "11"
ksp = "2.0.0-1.0.23"
ksp = "2.0.10-1.0.24"
ktfmt = "0.51"
moshi = "1.15.1"

Expand Down

0 comments on commit c2e544a

Please sign in to comment.