summaryrefslogtreecommitdiff
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index c6ca5871..6bcfbdc6 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -22,6 +22,7 @@ crowdin {
android {
compileOptions { isCoreLibraryDesugaringEnabled = true }
+ namespace = "app.passwordstore"
defaultConfig {
applicationId = "app.passwordstore"
@@ -30,13 +31,11 @@ android {
buildFeatures {
compose = true
- composeOptions {
- useLiveLiterals = false
- kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
- }
}
-
- namespace = "app.passwordstore"
+ composeOptions {
+ useLiveLiterals = false
+ kotlinCompilerExtensionVersion = libs.versions.composeCompiler.get()
+ }
}
dependencies {