Store/gradle.properties
mnakhimovich fee0bccde7 [Store5] Target Android, iOS, JVM, JS (#493)
* [Temp] Remove all modules

* Remove references to Store 4

* Update CHANGELOG

* Update README

* Add Store 5 foundation
Co-authored-by: Andre Claßen <aclassen@users.noreply.github.com>
Co-authored-by: Mike Nakhimovich <mnakhimovich@Mikes-MBP.localdomain>
2023-01-16 16:31:12 -05:00

26 lines
No EOL
1,005 B
Properties

# 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.0.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