diff options
| author | Albin <albin@mullvad.net> | 2022-12-12 17:13:24 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-12-12 17:13:24 +0100 |
| commit | 347757faf6e796b6b4fbc021e6564e0126fbc0a2 (patch) | |
| tree | cc0112c459e31124beabd38989056080bbb02ac5 /android/app | |
| parent | f33bcb2c74a8b805286c8effa432521d8f16b7ba (diff) | |
| download | mullvadvpn-347757faf6e796b6b4fbc021e6564e0126fbc0a2.tar.xz mullvadvpn-347757faf6e796b6b4fbc021e6564e0126fbc0a2.zip | |
Add compose preview
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) |
