You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
422 B
Properties
17 lines
422 B
Properties
org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
dev.steenbakker.mobile_scanner.useUnbundled=true
|
|
|
|
# Gradle optimization and caching
|
|
org.gradle.caching=true
|
|
org.gradle.parallel=true
|
|
org.gradle.configureondemand=true
|
|
|
|
# Kotlin compiler daemon
|
|
kotlin.compiler.execution.strategy=in-process
|
|
kotlin.incremental=true
|
|
|
|
# File system watching
|
|
org.gradle.vfs.watch=true
|