Debug tooling

This commit is contained in:
soraefir
2025-10-07 01:02:45 +02:00
parent 8a202ba617
commit fd7412b1ee

View File

@@ -117,7 +117,7 @@ dependencies {
implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2025.09.01')
debugImplementation 'androidx.compose.ui:ui-tooling:1.9.2'
debugImplementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.ui:ui-tooling:1.9.2'
implementation 'androidx.compose.ui:ui-tooling-preview'
}