Skip to content

Commit

Permalink
⬆️ Upgrade Kotlin to 2.1.10-RC and it fixes Maven transitive API issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceglb committed Jan 11, 2025
1 parent 6e6807c commit e9c8c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
android-compileSdk = "35"
android-minSdk = "21"
android-targetSdk = "35"
Expand All @@ -14,9 +14,9 @@ coilCompose = "3.0.4"
compose-multiplatform = "1.7.3"
dbus-java = "5.1.0"
jna = "5.16.0"
kotlin = "2.0.21"
kotlin = "2.1.10-RC"
kotlinx-browser = "0.3"
kotlinx-coroutines = "1.9.0"
kotlinx-coroutines = "1.10.1"
kotlinx-io = "0.6.0"
vanniktech-mavenPublish = "0.30.0"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit e9c8c8d

Please sign in to comment.