File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ compileSdk = "34"
33targetSdk = " 34"
44minSdk = " 21"
55jdk = " 17"
6- kotlin = " 1.9.21 "
7- agp = " 8.2.1 "
6+ kotlin = " 1.9.22 "
7+ agp = " 8.2.2 "
88gms = " 4.4.0"
99crashlytics = " 2.9.9"
10- compose = " 1.5.11 "
11- composeCompiler = " 1.5.4 "
10+ compose = " 1.6.0-beta01 "
11+ composeCompiler = " 1.5.8 "
1212coroutines = " 1.7.3"
1313sqlDelight = " 2.0.1"
1414androidxSqlite = " 2.4.0"
@@ -21,7 +21,7 @@ koin = "3.5.0"
2121kotlinx-datetime = " 0.5.0"
2222napier = " 2.7.1"
2323mokoResources = " 0.23.0"
24- materialThemePrefs = " 0.6.1 "
24+ materialThemePrefs = " 0.6.3 "
2525androidxActivityCompose = " 1.8.2"
2626androidxComposeTest = " 1.5.4"
2727androidxCoreSplashscreen = " 1.0.1"
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ kotlin {
3333 }
3434 androidMain.dependencies {
3535 implementation(libs.koin.androidx.compose)
36+ implementation(" androidx.compose.material3:material3:1.2.0-rc01" ) // TODO remove after update compose > 1.6.0-beta01
3637 }
3738 jvmMain.dependencies {
3839 implementation(libs.koin.core.jvm)
You can’t perform that action at this time.
0 commit comments