Skip to content

Commit fe0002d

Browse files
committed
Update kotlin to 2.2.20
1 parent 21fc1f8 commit fe0002d

6 files changed

Lines changed: 218 additions & 5113 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## `[0.3.0]` - Not yet released
44

5-
- Update kotlin to `2.2.10`
5+
- Update kotlin to `2.2.20`
66

77
## `[0.2.0]` - 2025-08-24
88

example/gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
agp = "8.12.1"
2+
agp = "8.12.3"
33
android-compileSdk = "36"
44
android-minSdk = "33"
55
android-targetSdk = "36"
6-
androidx-activity = "1.10.1"
7-
androidx-lifecycle = "2.9.2"
8-
compose-multiplatform = "1.8.2"
9-
kotlin = "2.2.10"
6+
androidx-activity = "1.11.0"
7+
androidx-lifecycle = "2.9.4"
8+
compose-multiplatform = "1.9.0"
9+
kotlin = "2.2.20"
1010
kotlinx-coroutines = "1.10.2"
1111
store = "0.2.0"
1212

0 commit comments

Comments
 (0)