-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
32 lines (31 loc) · 995 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
31
32
#
# Copyright (c) 2024 Matthias Geisler (bitPogo) / All rights reserved.
#
# Use of this source code is governed by Apache v2.0
#
# Gradle
org.gradle.jvmargs=-Xmx4048m
org.gradle.parallel=true
org.gradle.dependency.verification.console=verbose
org.gradle.caching=true
org.gradle.welcome=never
org.gradle.configuration-cache=true
org.gradle.configuration-cache.problems=warn
# Kotlin
kotlin.incremental.multiplatform=true
kotlin.mpp.stability.nowarn=true
kotlin.code.style=official
kotlin.mpp.applyDefaultHierarchyTemplate=false
# Native
kotlin.native.ignoreIncorrectDependencies=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
# see: https://github.com/robolectric/robolectric/issues/6521
android.jetifier.ignorelist=bcprov