File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ dependencies {
143
143
with (Dependencies .Compose ) {
144
144
implementation(platform(BOM ))
145
145
implementation(UI )
146
- implementation(UI_TOOLING )
146
+ debugImplementation(UI_TOOLING )
147
+ implementation(UI_TOOLING_PREVIEW )
147
148
implementation(MATERIAL )
148
149
implementation(NAVIGATION )
149
150
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ object Dependencies {
11
11
object Compose {
12
12
const val BOM = " androidx.compose:compose-bom:${Versions .COMPOSE_BOM } "
13
13
const val UI = " androidx.compose.ui:ui"
14
- const val UI_GRAPHICS = " androidx.compose.ui:ui-graphics"
15
14
const val UI_TOOLING = " androidx.compose.ui:ui-tooling"
15
+ const val UI_TOOLING_PREVIEW = " androidx.compose.ui:ui-tooling-preview"
16
16
const val MATERIAL = " androidx.compose.material:material"
17
17
const val NAVIGATION = " androidx.navigation:navigation-compose:${Versions .COMPOSE_NAVIGATION } "
18
18
You can’t perform that action at this time.
0 commit comments