Skip to content

Commit 592d5f6

Browse files
committed
Update Kotlin, Gradle, and various dependencies
- Updated Kotlin version from `2.3.10` to `2.3.20`. - Updated Gradle Wrapper from `9.4.0` to `9.4.1`. - Updated Compose Multiplatform from `1.10.1` to `1.10.3`. - Updated Dokka from `2.1.0` to `2.2.0`. - Updated `androidx-activity-compose` from `1.12.4` to `1.13.0`.
1 parent 69bb0d1 commit 592d5f6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ jdk = "17"
33
agp = "9.1.0"
44
compileSdk = "36"
55
minSdk = "21"
6-
kotlin = "2.3.10"
7-
compose = "1.10.1"
6+
kotlin = "2.3.20"
7+
compose = "1.10.3"
88
kotlinx-coroutines = "1.10.2"
99
kotlinx-browser = "0.5.0"
1010
composeMaterial3 = "1.9.0"
1111
composeMaterialIconsExtended = "1.7.3"
1212
androidx-navigation = "2.9.2"
13-
androidx-activity-compose = "1.12.4"
13+
androidx-activity-compose = "1.13.0"
1414
kotlinx-serialization-json = "1.10.0"
1515
vanniktech = "0.36.0"
16-
dokka = "2.1.0"
16+
dokka = "2.2.0"
1717

1818
[libraries]
1919
androidx-navigation-compose = { module = "org.jetbrains.androidx.navigation:navigation-compose", version.ref = "androidx-navigation" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#Sun Mar 08 22:05:49 GET 2026
1+
#Sun Mar 29 23:45:42 GET 2026
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-all.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)