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.
cloudsolutions-atoms/android/gradle.properties

17 lines
422 B
Properties

org.gradle.jvmargs=-Xmx4096m -XX:MaxMetaspaceSize=1024m
3 years ago
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