Changes in build environment.

Using local compiler options. See:
File | Settings | Build, Execution, Deployment | Compiler
This commit is contained in:
Sad Ellie 2022-08-20 12:21:06 +03:00
parent 1984af8203
commit bf0c3e60bf
2 changed files with 1 additions and 3 deletions

View File

@ -18,5 +18,4 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX # Automatically convert third-party libraries to use AndroidX
android.enableJetifier=false android.enableJetifier=false
# Kotlin code style for this project: "official" or "obsolete": # Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official kotlin.code.style=official
org.gradle.unsafe.configuration-cache=true

View File

@ -8,4 +8,3 @@ dependencyResolutionManagement {
} }
rootProject.name = "Unitto" rootProject.name = "Unitto"
include(":app") include(":app")
include(":tools")