Skip to content
Snippets Groups Projects
Commit e18bb862 authored by William Walker's avatar William Walker
Browse files

Cleanup feature flags

parent 9408f352
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,12 @@ kotlin.code.style=official
#Gradle
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4G"
org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.caching=true
org.gradle.configuration-cache=false
kotlin.incremental.useClasspathSnapshot=true
#Android
android.nonTransitiveRClass=true
......
@file:Suppress("UnstableApiUsage")
import java.util.*
pluginManagement {
repositories {
google()
......@@ -25,7 +28,7 @@ dependencyResolutionManagement {
}
}
rootProject.name = "Temerity".toLowerCase()
rootProject.name = "Temerity".lowercase(Locale.getDefault())
includeBuild("build-logic")
include("temerity")
include(":shared:shared")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment