-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
40 lines (30 loc) · 1.09 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
org.gradle.configuration-cache.parallel=true
# Kotlin code style
kotlin.code.style=official
# Share JVM artifacts between projects as class files
kotlin.jvm.addClassesVariant=true
# Suppress Kotlin Multiplatform <-> Android Gradle Plugin compatibility issue
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
# Enable concurrent marking in K/N GC
kotlin.native.binary.gc=cms
# Enable incremental klib compilation
kotlin.incremental.native=true
# Enable AndroidX
android.useAndroidX=true
# Default Android build features
android.defaults.buildfeatures.buildconfig=false
android.defaults.buildfeatures.resvalues=false
android.defaults.buildfeatures.shaders=false
android.library.defaults.buildfeatures.androidresources=false
# Run Lint on K2
android.lint.useK2Uast=true
# Experimental features
android.useConditionalKeepRules=true
android.keepWorkerActionServicesBetweenBuilds=true
android.enablePartialRIncrementalBuilds=true
xcodeproj=./ios