19 lines
490 B
Properties
19 lines
490 B
Properties
# Project-wide Gradle settings.
|
|
|
|
# IDE (see https://developer.android.com/studio/intro/study#build)
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
android.enableJetifier=true
|
|
android.useAndroidX=true
|
|
|
|
# Kotlin code style for this project
|
|
kotlin.code.style=official
|
|
|
|
# Enable composition for this project
|
|
android.experimental.enableComposeCompiler=true
|
|
|
|
# Enable view binding
|
|
android.experimental.enableViewBinding=true
|
|
|
|
# Enable data binding
|
|
android.experimental.enableDataBinding=true
|