Skip to content

Commit c577909

Browse files
author
Paul-Hubert Cannesson
committed
switch compose tooling depenency to debugImplementation
1 parent 5fefd21 commit c577909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454

5555
implementation "androidx.compose.ui:ui"
5656
implementation "androidx.compose.foundation:foundation"
57-
implementation "androidx.compose.ui:ui-tooling"
57+
debugImplementation "androidx.compose.ui:ui-tooling"
5858
androidTestImplementation "androidx.compose.ui:ui-test-junit4"
5959
}
6060

0 commit comments

Comments
 (0)