summaryrefslogtreecommitdiffhomepage
path: root/android/lib/theme
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-06-27 07:35:32 +0200
committerDavid Göransson <david.goransson@mullvad.net>2024-06-27 09:33:52 +0200
commit489d806708c3f26bacba084479c870e26451d32e (patch)
tree3e385a25db1529ea7dfc9ba7970a923e567b2b1b /android/lib/theme
parentf511be6302af0f17e1cb1dd3de727938f32c7f01 (diff)
downloadmullvadvpn-489d806708c3f26bacba084479c870e26451d32e.tar.xz
mullvadvpn-489d806708c3f26bacba084479c870e26451d32e.zip
Bump Dependencies to K2
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