-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
39 lines (29 loc) · 1.18 KB
/
gradle.properties
File metadata and controls
39 lines (29 loc) · 1.18 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
org.gradle.parallel=true
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.unsafe.isolated-projects=true
# Kotlin code style
kotlin.code.style=official
# Share JVM artifacts between projects as class files
kotlin.jvm.addClassesVariant=true
# Ignore disabled K/N targets
kotlin.native.ignoreDisabledTargets=true
# Enable small binary size for iOS
kotlin.native.binary.smallBinary=true
# Enable incremental klib compilation
kotlin.incremental.native=true
# TODO remove once https://youtrack.jetbrains.com/issue/KT-82510/K-N-IC-Undefined-symbols-for-architecture-arm64-for-iosSimulatorArm64-with-kotlin.incremental.nativetrue is fixed
kotlin.native.binary.genericSafeCasts=true
# Default Android build features
android.library.defaults.buildfeatures.androidresources=false
# Experimental features
android.useConditionalKeepRules=true
android.keepWorkerActionServicesBetweenBuilds=true
android.enablePartialRIncrementalBuilds=true
# Change platform type of KMP Android target to `androidJvm`
android.kmp.use.jvm.platform.type=true
# Enable R8 gradual support
android.r8.gradual.support=true
xcodeproj=./ios