2022-03-30 13:39:54 +00:00
|
|
|
# don't use jetifier, all deps are in androidX already android.enableJetifier=true
|
2019-06-30 13:17:38 +00:00
|
|
|
android.useAndroidX=true
|
2019-11-24 02:34:10 +00:00
|
|
|
org.gradle.caching=true
|
|
|
|
org.gradle.configureondemand=true
|
2021-11-18 16:07:51 +00:00
|
|
|
|
|
|
|
# https://github.com/Kotlin/dokka/issues/1405
|
|
|
|
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
|
2021-12-08 17:45:33 +00:00
|
|
|
|
2022-03-30 13:39:54 +00:00
|
|
|
# POM file
|
2023-05-09 17:45:22 +00:00
|
|
|
GROUP=org.mobilenativefoundation.store
|
2023-09-14 16:33:26 +00:00
|
|
|
VERSION_NAME=5.0.0
|
2023-05-09 17:45:22 +00:00
|
|
|
POM_PACKAGING=pom
|
2023-01-16 21:28:45 +00:00
|
|
|
POM_DESCRIPTION = Store5 is a Kotlin Multiplatform network-resilient repository layer
|
2021-12-08 17:45:33 +00:00
|
|
|
|
2023-01-16 21:28:45 +00:00
|
|
|
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
|