Skip to content

Commit 2731e98

Browse files
committed
1 parent b2a74ba commit 2731e98

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-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.7.0"
66
androidxAppCompat = "1.5.1"
77
androidxBrowser = "1.4.0"
88
androidxComposeBom = "2023.06.01"
9-
androidxComposeCompiler = "1.4.8"
9+
androidxComposeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f"
1010
androidxComposeRuntimeTracing = "1.0.0-alpha03"
1111
androidxCore = "1.9.0"
1212
androidxCoreSplashscreen = "1.0.0"
@@ -38,11 +38,11 @@ hilt = "2.46.1"
3838
hiltExt = "1.0.0"
3939
jacoco = "0.8.7"
4040
junit4 = "4.13.2"
41-
kotlin = "1.8.22"
41+
kotlin = "1.9.0"
4242
kotlinxCoroutines = "1.6.4"
4343
kotlinxDatetime = "0.4.0"
4444
kotlinxSerializationJson = "1.5.1"
45-
ksp = "1.8.22-1.0.11"
45+
ksp = "1.9.0-1.0.11"
4646
lint = "30.3.1"
4747
okhttp = "4.10.0"
4848
protobuf = "3.23.0"

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencyResolutionManagement {
2828
repositories {
2929
google()
3030
mavenCentral()
31+
maven("https://androidx.dev/storage/compose-compiler/repository/")
3132
}
3233
}
3334
rootProject.name = "nowinandroid"

0 commit comments

Comments
 (0)