forked from Tencent-TDS/KuiklyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
37 lines (25 loc) · 752 Bytes
/
gradle.properties
File metadata and controls
37 lines (25 loc) · 752 Bytes
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
#Gradle
org.gradle.jvmargs=-Xmx5120M -Dkotlin.daemon.jvm.options\="-Xmx5120M"
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.enableJetifier=false
android.injected.testOnly=false
#MPP
kotlin.mpp.enableCInteropCommonization=true
android.disableAutomaticComponentCreation=true
ksp.incremental=true
kotlin.js.webpack.major.version=4
org.gradle.workers.max=4
#org.gradle.parallel=true
org.gradle.caching=true
org.gradle.configureondemand=false
android.experimental.enableArtProfiles=true
compose.compiler.reflection=false
kotlin.native.binary.memoryModel=experimental
jetbrains.compose.compiler.version=1.5.14.1
benchmark=false
compose.ios.resources.sync=false
# set false for h5 or miniapp
kuikly.useLocalKsp=true