-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
48 lines (47 loc) · 1.56 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
41
42
43
44
45
46
47
48
#Kotlin
kotlin.code.style=official
#kotlin.incremental.native=true # might not work in the presence of kotlinx.serialization
#kotlin.native.toolchain.enabled=false
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
#iOS
org.jetbrains.compose.experimental.uikit.enabled=true
#Js
org.jetbrains.compose.experimental.jscanvas.enabled=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
compose.desktop.packaging.checkJdkVendor=false
# Turn off multi module resources, otherwise the resource call Res can only be called in each module and cannot be unified into fileNMM.
org.jetbrains.compose.resources.multimodule.disable=true
#
#kapt plugin
kapt.use.k2=true
# features settings, not work here, copy to local.properties
app.disable=
app.experimental.enabled=
#
# switch
dweb-dwebview-enable-transparent-background=
dweb-desktop-dev-url=
dweb-desktop-devtools=false
dweb-taskbar-dev-url=
dweb-taskbar-devtools=false
dweb-js-process-devtools=false
dweb-*-window-devtools=false
dweb-some.mmid.dweb-window-devtools=false
dweb-dwebview-js-console=false
dweb-destktop-style-compose=false
dweb-destktop-custom-layout=false
dweb-lens-nmm=false
dweb-net-control-panel=false
#Gradle
org.gradle.jvmargs=-Xmx6g -Dfile.encoding=GBK -Dkotlin.daemon.jvm.options\="-Xmx5000M"
org.gradle.parallel=true
org.gradle.offline=true
#org.gradle.caching=true
#org.gradle.configuration-cache=true
# https://github.com/JetBrains/compose-multiplatform/issues/4809#issuecomment-2118380577
#kotlin.native.cacheKind=none
#compose.kotlin.native.manageCacheKind=false