summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-06-27 10:15:43 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-06-27 10:15:43 +0200
commit69f146273548fcfd9b75d3b284c78ba4f2dbe3f3 (patch)
tree5e54c5cd2d0f1e51cbb0732f63bc51f20062c1a9 /android/lib/theme
parentf511be6302af0f17e1cb1dd3de727938f32c7f01 (diff)
parent7a96890f2bb603bf2ead718b175b5b92c2495e8e (diff)
downloadmullvadvpn-69f146273548fcfd9b75d3b284c78ba4f2dbe3f3.tar.xz
mullvadvpn-69f146273548fcfd9b75d3b284c78ba4f2dbe3f3.zip
Merge branch 'k2-bump'
Diffstat (limited to 'android/lib/theme')
-rw-r--r--android/lib/theme/build.gradle.kts3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/lib/theme/build.gradle.kts b/android/lib/theme/build.gradle.kts
index dbf80a3b98..33f094fba4 100644
--- a/android/lib/theme/build.gradle.kts
+++ b/android/lib/theme/build.gradle.kts
@@ -1,6 +1,7 @@
plugins {
id(Dependencies.Plugin.androidLibraryId)
id(Dependencies.Plugin.kotlinAndroidId)
+ id(Dependencies.Plugin.composeCompiler) version Versions.kotlin
}
android {
@@ -11,8 +12,6 @@ android {
buildFeatures { compose = true }
- composeOptions { kotlinCompilerExtensionVersion = Versions.kotlinCompilerExtensionVersion }
-
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17