From bf0c3e60bfc872f36a0ee4304615a9a3569c80b6 Mon Sep 17 00:00:00 2001 From: Sad Ellie Date: Sat, 20 Aug 2022 12:21:06 +0300 Subject: [PATCH] Changes in build environment. Using local compiler options. See: File | Settings | Build, Execution, Deployment | Compiler --- gradle.properties | 3 +-- settings.gradle.kts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 99306b71..dbc95062 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,5 +18,4 @@ android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX android.enableJetifier=false # Kotlin code style for this project: "official" or "obsolete": -kotlin.code.style=official -org.gradle.unsafe.configuration-cache=true \ No newline at end of file +kotlin.code.style=official \ No newline at end of file diff --git a/settings.gradle.kts b/settings.gradle.kts index 110e6142..3bcdc7bb 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -8,4 +8,3 @@ dependencyResolutionManagement { } rootProject.name = "Unitto" include(":app") -include(":tools")