We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e021c07 commit c75f905Copy full SHA for c75f905
2 files changed
gradle/libs.versions.toml
@@ -7,7 +7,7 @@ kotlin = "1.9.22"
7
agp = "8.2.2"
8
gms = "4.4.0"
9
crashlytics = "2.9.9"
10
-compose = "1.6.0-beta01"
+compose = "1.6.0-beta02"
11
composeCompiler = "1.5.8"
12
coroutines = "1.7.3"
13
sqlDelight = "2.0.1"
shared-compose-ui/build.gradle.kts
@@ -33,7 +33,6 @@ kotlin {
33
}
34
androidMain.dependencies {
35
implementation(libs.koin.androidx.compose)
36
- implementation("androidx.compose.material3:material3:1.2.0-rc01") //TODO remove after update compose > 1.6.0-beta01
37
38
jvmMain.dependencies {
39
implementation(libs.koin.core.jvm)
0 commit comments