File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-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'
77+ androidxComposeMaterialVersion = ' 1.3.1'
7578 gradlePluginVersion = ' 3.3.1'
7679 kotlinCoroutinesVersion = ' 1.8.1'
7780 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,10 @@ 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.material3:material3:$a ndroidxComposeMaterialVersion "
51+ implementation " androidx.compose.foundation:foundation:$a ndroidxComposeLibraryVersion "
52+ implementation " androidx.compose.ui:ui:$a ndroidxComposeLibraryVersion "
53+ implementation " androidx.compose.ui:ui-tooling-preview:$a ndroidxComposeLibraryVersion "
5454}
5555
5656dependencyAnalysis {
You can’t perform that action at this time.
0 commit comments