diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2026-07-02 21:38:35 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2026-07-02 21:38:35 +0200 |
| commit | a9af12984995a42db553d573e8284ccc89ffc59d (patch) | |
| tree | 382342f15780480c296ae5abe9231031b4ca2a74 /android/app/build.gradle.kts | |
| parent | 2b7c14f2b68a26cba893855cd1a142328888bb13 (diff) | |
| download | ding-dong-mail-a9af12984995a42db553d573e8284ccc89ffc59d.tar.gz ding-dong-mail-a9af12984995a42db553d573e8284ccc89ffc59d.tar.zst ding-dong-mail-a9af12984995a42db553d573e8284ccc89ffc59d.zip | |
Diffstat (limited to 'android/app/build.gradle.kts')
| -rw-r--r-- | android/app/build.gradle.kts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 7de522a..50921a5 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -1,6 +1,7 @@ plugins { alias(libs.plugins.android.application) alias(libs.plugins.jetbrains.kotlin.android) + alias(libs.plugins.kotlin.compose) } android { @@ -42,9 +43,6 @@ android { buildFeatures { compose = true } - composeOptions { - kotlinCompilerExtensionVersion = "1.5.1" - } packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" |
