android-calculatorpp/gradle.properties

16 lines
872 B
Properties

android.defaults.buildfeatures.buildconfig=true
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
# https://www.gradle.org/docs/current/userguide/command_line_interface.html#sec:command_line_warnings
org.gradle.warning.mode=summary
# AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
android.enableJetifier=true