diff options
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 5afb5659d9..eecf52c85b 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -215,6 +215,10 @@ dependencies { implementation(Dependencies.Kotlin.stdlib) implementation(Dependencies.KotlinX.coroutinesAndroid) + // UI tooling + implementation(Dependencies.Compose.uiToolingPreview) + debugImplementation(Dependencies.Compose.uiTooling) + // Leak canary leakCanaryImplementation(Dependencies.leakCanary) |
