Skip to content

Commit 2d7c5e1

Browse files
committed
Update Kotlin to 1.9.21
1 parent 97f95bc commit 2d7c5e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
kotlin = "1.9.20"
2+
kotlin = "1.9.21"
33
kotlinx-coroutines = "1.7.3"
44
android = "7.4.2"
55
androidx-lifecycle = "2.6.2"
66

77
# Sample versions
88
androidx-compose = "2023.06.01"
9-
androidx-compose-compiler = "1.5.4-dev-k1.9.20-50f08dfa4b4"
9+
androidx-compose-compiler = "1.5.5-dev-k1.9.21-163bb051fe5"
1010
androidx-fragment = "1.6.1"
11-
ksp = "1.9.20-1.0.13"
12-
nativecoroutines = "1.0.0-ALPHA-19"
11+
ksp = "1.9.21-1.0.15"
12+
nativecoroutines = "1.0.0-ALPHA-22"
1313

1414
[libraries]
1515
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)