Use lite compose-ui-tooling module on release builds (#9630)

The size reduction is minuscule but it's there.

(cherry picked from commit 6808fbbb21acaac4e866b5023146a97b86a9d68e)
This commit is contained in:
Ivan Iskandar
2023-06-23 19:26:35 +07:00
committed by Jobobby04
parent 7e82f21308
commit 9f1b349960
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -30,7 +30,8 @@ dependencies {
implementation(compose.material.icons)
implementation(compose.animation)
implementation(compose.animation.graphics)
implementation(compose.ui.tooling)
debugImplementation(compose.ui.tooling)
implementation(compose.ui.tooling.preview)
implementation(compose.ui.util)
}