Skip to content

Commit fbae5ee

Browse files
authored
Merge pull request #19 from rickclephas/feature/kotlin-1.8.20
Kotlin 1.8.20
2 parents ee4a96b + 31745c2 commit fbae5ee

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
kotlin = "1.8.10"
2+
kotlin = "1.8.20"
33
kotlinx-coroutines = "1.6.4"
44
android = "7.3.1"
55
androidx-lifecycle = "2.5.1"
66

77
# Sample versions
88
androidx-compose = "2022.11.00"
99
androidx-fragment = "1.5.4"
10-
ksp = "1.8.10-1.0.9"
11-
nativecoroutines = "1.0.0-ALPHA-5"
10+
ksp = "1.8.20-1.0.10"
11+
nativecoroutines = "1.0.0-ALPHA-6"
1212

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

sample/androidApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
compose = true
2020
}
2121
composeOptions {
22-
kotlinCompilerExtensionVersion = "1.4.0-dev-k1.8.0-RC-4c1865595ed"
22+
kotlinCompilerExtensionVersion = "1.4.4-dev-k1.8.20-f6ae19e64ff"
2323
}
2424
packagingOptions {
2525
resources {

0 commit comments

Comments
 (0)