-
Notifications
You must be signed in to change notification settings - Fork 695
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (22 loc) · 935 Bytes
/
gradle.properties
File metadata and controls
30 lines (22 loc) · 935 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
VERSION_NAME=5.0.0-alpha.6-SNAPSHOT
android.useAndroidX=true
org.gradle.jvmargs=-Xmx8g
org.gradle.caching=true
org.gradle.configuration-cache=true
#org.gradle.unsafe.isolated-projects=true
#ksp.project.isolation.enabled=true
org.gradle.parallel=true
org.gradle.configuration-cache.parallel=true
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
org.jetbrains.dokka.gradle.enableLogHtmlPublicationLink=false
org.jetbrains.dokka.experimental.tryK2=true
org.jetbrains.dokka.experimental.tryK2.nowarn=true
# https://kotlinlang.slack.com/archives/C0B8L3U69/p1740063113894839
kotlin.js.yarn=false
# https://github.com/gradle/gradle/issues/31278
kotlin.internal.collectFUSMetrics=false
# Remove when https://github.com/google/ksp/pull/2554 is released
ksp.version.check=false
# See https://youtrack.jetbrains.com/issue/KT-81708
kotlin.incremental.native=false