-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
36 lines (36 loc) · 1.4 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
#
# Copyright (c) 2021 D4L data4life gGmbH / All rights reserved.
#
# D4L owns all legal rights, title and interest in and to the Software Development Kit ("SDK"),
# including any intellectual property rights that subsist in the SDK.
#
# The SDK and its documentation may be accessed and used for viewing/review purposes only.
# Any usage of the SDK for other purposes, including usage for the development of
# applications/third-party applications shall require the conclusion of a license agreement
# between you and D4L.
#
# If you are interested in licensing the SDK for your own applications/third-party
# applications and/or if you’d like to contribute to the development of the SDK, please
# contact D4L by email to [email protected].
#
# Gradle
org.gradle.jvmargs=-Xmx2048m
org.gradle.parallel=false
org.gradle.dependency.verification.console=verbose
# Kotlin
kotlin.incremental.multiplatform=true
kotlin.mpp.stability.nowarn=true
kotlin.parallel.tasks.in.project=true
kotlin.code.style=official
# Native
kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.native.cacheKind=none
kotlin.native.osVersionMin.ios_x64=13.0
kotlin.native.osVersionMin.ios_arm64=13.0
# Android
android.useAndroidX=true
android.enableJetifier=true
# see: https://github.com/robolectric/robolectric/issues/6521
android.jetifier.ignoreList=bcprov