From 018939f815d939cc5ee3e97bea373d26ce94626c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 18 Jul 2022 22:52:45 +0530 Subject: Add key manager UI --- app/build.gradle.kts | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index cc8e7037..a8032620 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -27,6 +27,14 @@ android { testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } + buildFeatures { + compose = true + composeOptions { + useLiveLiterals = false + kotlinCompilerExtensionVersion = libs.compose.compiler.get().versionConstraint.requiredVersion + } + } + namespace = "app.passwordstore" lint { @@ -52,6 +60,7 @@ dependencies { implementation(projects.passgen.random) implementation(projects.uiCompose) implementation(libs.androidx.activity.ktx) + implementation(libs.androidx.activity.compose) implementation(libs.androidx.appcompat) implementation(libs.androidx.autofill) implementation(libs.androidx.biometricKtx) -- cgit v1.2.3