We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba82b06 commit bc0a7e6Copy full SHA for bc0a7e6
gradle/libs.versions.toml
@@ -6,7 +6,7 @@ androidxActivity = "1.7.0"
6
androidxAppCompat = "1.5.1"
7
androidxBrowser = "1.4.0"
8
androidxComposeBom = "2023.06.01"
9
-androidxComposeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f"
+androidxComposeCompiler = "1.5.0"
10
androidxComposeRuntimeTracing = "1.0.0-alpha03"
11
androidxCore = "1.9.0"
12
androidxCoreSplashscreen = "1.0.0"
settings.gradle.kts
@@ -28,7 +28,6 @@ dependencyResolutionManagement {
28
repositories {
29
google()
30
mavenCentral()
31
- maven("https://androidx.dev/storage/compose-compiler/repository/")
32
}
33
34
rootProject.name = "nowinandroid"
0 commit comments