-
Notifications
You must be signed in to change notification settings - Fork 203
/
gradle.properties
28 lines (24 loc) · 1.03 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
# don't use jetifier, all deps are in androidX already android.enableJetifier=true
android.useAndroidX=true
org.gradle.caching=true
org.gradle.configureondemand=true
# https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
# POM file
GROUP=org.mobilenativefoundation.store
VERSION_NAME=5.1.0-SNAPSHOT
POM_PACKAGING=pom
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
POM_URL = https://github.com/MobileNativeFoundation/Store
POM_SCM_URL=https://github.com/MobileNativeFoundation/Store
POM_SCM_CONNECTION=scm:git:https://github.com/MobileNativeFoundation/Store.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:MobileNativeFoundation/Store.git
POM_LICENCE_NAME=Apache License
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=dropbox
POM_DEVELOPER_NAME=Dropbox
kotlinx.atomicfu.enableJvmIrTransformation=false
kotlinx.atomicfu.enableJsIrTransformation=false
kotlin.js.compiler=ir
org.jetbrains.compose.experimental.uikit.enabled=true