-
Notifications
You must be signed in to change notification settings - Fork 3
/
gradle.properties
26 lines (26 loc) · 1.02 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
org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
kotlin.mpp.stability.nowarn=true
kotlin.mpp.filterResourcesByExtension=true
kotlin.native.ignoreDisabledTargets=true
android.useAndroidX=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
kotlinx.atomicfu.enableJvmIrTransformation=true
kotlinx.atomicfu.enableNativeIrTransformation=true
kotlinx.atomicfu.enableJsIrTransformation=true
# Publishing
group=org.drewcarlson
version=1.4.0-SNAPSHOT
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
POM_NAME=Mobius.kt
POM_INCEPTION_YEAR=2018
POM_URL=https://github.com/DrewCarlson/mobius.kt
POM_DESCRIPTION=Kotlin multiplatform state managment framework.
POM_SCM_URL=https://github.com/DrewCarlson/mobius.kt.git
POM_DEVELOPER_ID=DrewCarlson
POM_DEVELOPER_NAME=Drew Carlson
POM_DEVELOPER_URL=https://github.com/DrewCarlson/
POM_LICENSE_NAME=Apache-2.0
POM_LICENSE_URL=https://raw.githubusercontent.com/DrewCarlson/mobius.kt/main/LICENSE
POM_LICENSE_DIST=repo