10 lines
355 B
Properties
10 lines
355 B
Properties
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||
|
|
org.gradle.caching=true
|
||
|
|
org.gradle.parallel=true
|
||
|
|
android.useAndroidX=true
|
||
|
|
android.nonTransitiveRClass=true
|
||
|
|
kotlin.code.style=official
|
||
|
|
# AGP 8.5.2 was validated up to compileSdk 34; silence the (non-fatal) warning
|
||
|
|
# for the API 35 compileSdk this project targets.
|
||
|
|
android.suppressUnsupportedCompileSdk=35
|