Skip to content

Commit

Permalink
Bump kotlin to 2.1.0 to fix static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Nov 28, 2024
1 parent 3fb0547 commit ffad15b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
dependencies {
implementation(libs.kotlin.gradlePlugin)
implementation(libs.kotlin.serialization)
implementation(kotlin("compiler-embeddable", libs.versions.kotlin.get()))

implementation(libs.kotlinter)
implementation(libs.develocity)
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ kotlin.incremental.multiplatform=false
kotlin.mpp.applyDefaultHierarchyTemplate=false
kotlin.apple.xcodeCompatibility.nowarn=true
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
kotlin.native.cacheKind.linuxX64=none
#kotlinx.atomicfu.enableJvmIrTransformation=true
#kotlinx.atomicfu.enableNativeIrTransformation=true
kotlin.daemon.useFallbackStrategy=false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinx-html = "0.11.0"
kotlinx-datetime = "0.6.1"
kotlinx-io = "0.5.4"
Expand Down

0 comments on commit ffad15b

Please sign in to comment.