File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ androidxActivity = "1.7.0"
66androidxAppCompat = " 1.5.1"
77androidxBrowser = " 1.4.0"
88androidxComposeBom = " 2023.06.01"
9- androidxComposeCompiler = " 1.4.8 "
9+ androidxComposeCompiler = " 1.5.0-dev-k1.9.0-6a60475e07f "
1010androidxComposeRuntimeTracing = " 1.0.0-alpha03"
1111androidxCore = " 1.9.0"
1212androidxCoreSplashscreen = " 1.0.0"
@@ -38,11 +38,11 @@ hilt = "2.46.1"
3838hiltExt = " 1.0.0"
3939jacoco = " 0.8.7"
4040junit4 = " 4.13.2"
41- kotlin = " 1.8.22 "
41+ kotlin = " 1.9.0 "
4242kotlinxCoroutines = " 1.6.4"
4343kotlinxDatetime = " 0.4.0"
4444kotlinxSerializationJson = " 1.5.1"
45- ksp = " 1.8.22 -1.0.11"
45+ ksp = " 1.9.0 -1.0.11"
4646lint = " 30.3.1"
4747okhttp = " 4.10.0"
4848protobuf = " 3.23.0"
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencyResolutionManagement {
2828 repositories {
2929 google()
3030 mavenCentral()
31+ maven(" https://androidx.dev/storage/compose-compiler/repository/" )
3132 }
3233}
3334rootProject.name = " nowinandroid"
You can’t perform that action at this time.
0 commit comments