-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
44 lines (32 loc) · 1.07 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
37
38
39
40
41
42
43
44
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
#Kotlin
kotlin.code.style=official
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# gradle
org.gradle.configureondemand=true
org.gradle.caching=true
org.gradle.parallel=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# POM
GROUP = io.github.behzodhalil
VERSION_NAME = 0.4.3
POM_URL = https://github.com/getspherelabs/meteor-kmp
POM_SCM_URL =https://github.com/getspherelabs/meteor-kmp
POM_SCM_CONNECTION = scm:git:git://github.com/getspherelabs/meteor-kmp.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/getspherelabs/meteor-kmp.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://opensource.org/licenses/mit-license.php
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=behzodhalil
POM_DEVELOPER_NAME=Behzod
POM_DEVELOPER_URL=https://github.com/behzodhalil
#MPP
kotlin.mpp.stability.nowarn=true
kotlin.native.binary.memoryModel=experimental
kotlin.incremental.js.ir=false // true by default
kotlin.js.compiler=ir