-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
30 lines (29 loc) · 963 Bytes
/
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
#
# Copyright (c) 2022 Matthias Geisler (bitPogo) / All rights reserved.
#
# Use of this source code is governed by Apache v2.0
#
# 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.code.style=official
# Native
kotlin.native.binary.memoryModel=experimental
kotlin.native.ignoreIncorrectDependencies=true
kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.cacheKind=none
kotlin.native.osVersionMin.ios_x64=14.0
kotlin.native.osVersionMin.ios_arm64=14.0
kotlin.native.osVersionMin.ios_arm32=14.0
kotlin.native.osVersionMin.ios_simulator_arm64=14.0
# Android
android.useAndroidX=true
android.enableJetifier=false
android.disableAutomaticComponentCreation=true
# see: https://github.com/robolectric/robolectric/issues/6521
android.jetifier.ignorelist=bcprov