File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ dependencies {
80
80
implementation ' androidx.core:core-ktx:1.12.0'
81
81
implementation " androidx.compose.ui:ui"
82
82
implementation ' androidx.compose.material3:material3'
83
+ implementation " androidx.compose.ui:ui-tooling-preview"
83
84
implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
84
85
implementation " androidx.lifecycle:lifecycle-viewmodel-compose:2.7.0"
85
86
implementation ' androidx.activity:activity-compose:1.8.2'
@@ -93,6 +94,5 @@ dependencies {
93
94
implementation " org.jetbrains.kotlinx:kotlinx-serialization-json-okio:1.6.0"
94
95
debugImplementation " androidx.compose.ui:ui-tooling"
95
96
debugImplementation " androidx.compose.ui:ui-test-manifest"
96
- debugImplementation " androidx.compose.ui:ui-tooling-preview"
97
97
coreLibraryDesugaring " com.android.tools:desugar_jdk_libs:2.0.4"
98
98
}
You can’t perform that action at this time.
0 commit comments