-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (24 loc) · 1.11 KB
/
Copy pathgradle.properties
File metadata and controls
30 lines (24 loc) · 1.11 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
org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
kotlin.daemon.jvmargs=-Xmx4g
# Canonical published version for the routex-client artifacts. Override with
# `-Ptech.yaxi.routex.version=<full-version>` for a release build; otherwise
# the resolver in `buildSrc/.../RoutexClientVersion.kt` appends `-SNAPSHOT`.
tech.yaxi.routex.version.base=0.5.0
org.gradle.caching=true
org.gradle.configuration-cache=true
org.gradle.parallel=true
org.gradle.kotlin.dsl.allWarningsAsErrors=true
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.enableCInteropCommonization=true
# We declare every JVM/Android shared intermediate (`jvmAndAndroidMain`,
# online-test overlays, ...) explicitly via `dependsOn` and `srcDir`, so the
# default template would emit a "Default Hierarchy Template was not applied"
# warning. When Apple targets land we'll create the corresponding
# intermediates by hand.
kotlin.mpp.applyDefaultHierarchyTemplate=false
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
android.useAndroidX=true
android.nonTransitiveRClass=true
android.enableJetifier=false