-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgradle.properties
More file actions
24 lines (20 loc) · 867 Bytes
/
gradle.properties
File metadata and controls
24 lines (20 loc) · 867 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
#
# Copyright (c) 2021. Ingo Noka
# This file belongs to project utils-mp.
# This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
# To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-nd/3.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
#
#
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableMultiPlatform=true
#kotlin.mpp.enableGranularSourceSetsMetadata=true
#kotlin.native.enableDependencyPropagation=false
android.useAndroidX=true
#android.enableJetifier=true
org.gradle.jvmargs=-Xmx8192m -XX:MaxMetaspaceSize=1024m
# Stop warning about higher than tested XCode version
kotlin.apple.xcodeCompatibility.nowarn=true
com.ingonoka.pomName=UTILS Library
com.ingonoka.pomDescription=A library with misc helper functions.