Merge pull request #564 from SimonMarquis/update/kotlin-1.8.0

Update Kotlin stack to 1.8.0
pull/1837/head
Don Turner 3 years ago committed by GitHub
commit 7d3c68c695

@ -6,7 +6,7 @@ androidxActivity = "1.6.1"
androidxAppCompat = "1.5.1" androidxAppCompat = "1.5.1"
androidxBrowser = "1.4.0" androidxBrowser = "1.4.0"
androidxComposeBom = "2022.12.00" androidxComposeBom = "2022.12.00"
androidxComposeCompiler = "1.4.0-alpha02" androidxComposeCompiler = "1.4.0"
androidxComposeRuntimeTracing = "1.0.0-alpha01" androidxComposeRuntimeTracing = "1.0.0-alpha01"
androidxCore = "1.9.0" androidxCore = "1.9.0"
androidxCoreSplashscreen = "1.0.0" androidxCoreSplashscreen = "1.0.0"
@ -32,11 +32,11 @@ hilt = "2.44.2"
hiltExt = "1.0.0" hiltExt = "1.0.0"
jacoco = "0.8.7" jacoco = "0.8.7"
junit4 = "4.13.2" junit4 = "4.13.2"
kotlin = "1.7.21" kotlin = "1.8.0"
kotlinxCoroutines = "1.6.4" kotlinxCoroutines = "1.6.4"
kotlinxDatetime = "0.4.0" kotlinxDatetime = "0.4.0"
kotlinxSerializationJson = "1.4.1" kotlinxSerializationJson = "1.4.1"
ksp = "1.7.21-1.0.8" ksp = "1.8.0-1.0.9"
lint = "30.3.1" lint = "30.3.1"
okhttp = "4.10.0" okhttp = "4.10.0"
protobuf = "3.21.12" protobuf = "3.21.12"

Loading…
Cancel
Save