File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7272
7373ext {
7474 // mixed
75+ androidxComposeCompilerVersion = ' 1.5.14'
76+ androidxComposeLibraryVersion = ' 1.7.5'
7577 gradlePluginVersion = ' 3.3.1'
7678 kotlinCoroutinesVersion = ' 1.8.1'
7779 tagSoupVersion = ' 1.2.1'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion = " 1.5.14 "
39+ kotlinCompilerExtensionVersion = androidxComposeCompilerVersion
4040 }
4141}
4242
@@ -47,10 +47,9 @@ dependencies {
4747 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion "
4848 testImplementation " junit:junit:$jUnitVersion "
4949 testImplementation " org.robolectric:robolectric:$robolectricVersion "
50- implementation ' androidx.compose.material3:material3:1.3.1'
51- implementation ' androidx.compose.foundation:foundation:1.7.5'
52- implementation ' androidx.compose.ui:ui:1.7.5'
53- implementation ' androidx.compose.ui:ui-tooling-preview:1.7.5'
50+ implementation " androidx.compose.foundation:foundation-layout:$androidxComposeLibraryVersion "
51+ implementation " androidx.compose.ui:ui:$androidxComposeLibraryVersion "
52+ implementation " androidx.compose.ui:ui-unit:$androidxComposeLibraryVersion "
5453}
5554
5655dependencyAnalysis {
You can’t perform that action at this time.
0 commit comments