Skip to content

Commit 86eac20

Browse files
authored
Merge pull request #564 from SimonMarquis/update/kotlin-1.8.0
Update Kotlin stack to 1.8.0
2 parents 45d86a6 + ba5370f commit 86eac20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ androidxActivity = "1.6.1"
66
androidxAppCompat = "1.5.1"
77
androidxBrowser = "1.4.0"
88
androidxComposeBom = "2022.12.00"
9-
androidxComposeCompiler = "1.4.0-alpha02"
9+
androidxComposeCompiler = "1.4.0"
1010
androidxComposeRuntimeTracing = "1.0.0-alpha01"
1111
androidxCore = "1.9.0"
1212
androidxCoreSplashscreen = "1.0.0"
@@ -32,11 +32,11 @@ hilt = "2.44.2"
3232
hiltExt = "1.0.0"
3333
jacoco = "0.8.7"
3434
junit4 = "4.13.2"
35-
kotlin = "1.7.21"
35+
kotlin = "1.8.0"
3636
kotlinxCoroutines = "1.6.4"
3737
kotlinxDatetime = "0.4.0"
3838
kotlinxSerializationJson = "1.4.1"
39-
ksp = "1.7.21-1.0.8"
39+
ksp = "1.8.0-1.0.9"
4040
lint = "30.3.1"
4141
okhttp = "4.10.0"
4242
protobuf = "3.21.12"

0 commit comments

Comments
 (0)