-
Notifications
You must be signed in to change notification settings - Fork 2
/
gradle.properties
33 lines (28 loc) · 1.06 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
org.gradle.jvmargs=-Xmx4g
# Publishing : Required
GROUP=io.eqoty.secretk
VERSION_NAME=6.4.1-rc
# Publishing : Optional
POM_NAME=secretk
POM_DESCRIPTION=A Kotlin multiplatform REST client utilizing secret network's gRPC gateway endpoints.
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/eqoty-labs/secretk/
POM_SCM_URL=https://github.com/eqoty-labs/secretk/
POM_SCM_CONNECTION=scm:git:git://github.com/eqoty-labs/secretk.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/eqoty-labs/secretk.git
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=http://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=luca992
POM_DEVELOPER_NAME=Luca Spinazzola
POM_DEVELOPER_URL=https://github.com/luca992/
SONATYPE_AUTOMATIC_RELEASE=true
# Kotlin build config
kotlin.code.style=official
kotlin.js.generate.executable.default=false
kotlin.incremental.js.ir=true
kotlin.js.yarn=false
android.useAndroidX=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true