-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (18 loc) · 1.27 KB
/
Copy pathgradle.properties
File metadata and controls
24 lines (18 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Project-wide Gradle settings
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
# Kotlin daemon JVM args for kapt compatibility with newer JDKs
kotlin.daemon.jvmargs=-Xmx2048m --add-opens=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
org.gradle.parallel=true
org.gradle.caching=true
# AndroidX package structure
android.useAndroidX=true
android.enableJetifier=false
# Kotlin code style
kotlin.code.style=official
# Enable non-transitive R classes
android.nonTransitiveRClass=true
android.nonFinalResIds=false
# Disable configuration cache (incompatible with kapt)
org.gradle.configuration-cache=false
# Suppress SDK warning
android.suppressUnsupportedCompileSdk=34