Pixelcat-App-Android/gradle.properties

22 lines
794 B
Properties

# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
org.gradle.jvmargs=-Xmx3072m
# Run gradle in parallel mode
org.gradle.parallel=true
# enable file system watching for faster incremental builds (new gradle 6.7 feature)
org.gradle.vfs.watch=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# use AndroidX
android.useAndroidX=true
# automatically rewrite android support classes in libraries to AndroidX
android.enableJetifier=true