Initial commit
This commit is contained in:
18
gradle.properties
Normal file
18
gradle.properties
Normal file
@@ -0,0 +1,18 @@
|
||||
#Gradle
|
||||
org.gradle.jvmargs=-Xmx4G
|
||||
org.gradle.caching=true
|
||||
org.gradle.configuration-cache=true
|
||||
org.gradle.daemon=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
#Kotlin
|
||||
kotlin.code.style=official
|
||||
kotlin.daemon.jvmargs=-Xmx4G
|
||||
kotlin.native.binary.gc=cms
|
||||
kotlin.incremental.wasm=true
|
||||
|
||||
#Android
|
||||
android.useAndroidX=true
|
||||
android.nonTransitiveRClass=true
|
||||
#Compose
|
||||
org.jetbrains.compose.experimental.jscanvas.enabled=true
|
||||
Reference in New Issue
Block a user