mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-15 10:46:12 -04:00
10 lines
351 B
Properties
10 lines
351 B
Properties
# Project-wide Gradle settings.
|
|
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
|
|
# Kotlin code style for this project: "official" or "obsolete":
|
|
kotlin.code.style=official
|
|
# Required by androidx.navigation.safeargs plugin
|
|
android.useAndroidX=true
|
|
# Temporary AGP 9 opt-outs (must migrate before AGP 10)
|
|
android.builtInKotlin=false
|
|
android.newDsl=false
|