generated from racka98/ComposeAndroidTemplate
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgradle.properties
24 lines (24 loc) · 1001 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX:+HeapDumpOnOutOfMemoryError
# Turn back on when you update to gradle 7.6.x fixes.
# See: https://github.com/gradle/gradle/issues/17470#issuecomment-1209679863
# And: https://github.com/gradle/gradle/issues/19959
# Moko-resources uses 'org.gradle.api.internal.artifacts.dependencies.DefaultProjectDependency'
# It doesn't work with configuration-cache yet
# Also an issue with android sdkComponents$delegate
org.gradle.unsafe.configuration-cache=false
org.gradle.unsafe.configuration-cache-problems=warn
#Kotlin
kotlin.code.style=official
org.gradle.parallel=true
org.gradle.caching=true
kotlin.native.disableCompilerDaemon=true
#Android
android.useAndroidX=true
android.enableJetifier=false
#MPP
kotlin.mpp.stability.nowarn=true
#kotlin.mpp.hierarchicalStructureSupport=false
#kotlin.mpp.enableGranularSourceSetsMetadata=true
#kotlin.native.enableDependencyPropagation=false
#kotlin.mpp.enableCInteropCommonization=true