-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (24 loc) · 1.03 KB
/
gradle.properties
File metadata and controls
30 lines (24 loc) · 1.03 KB
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
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.js.generate.executable.default=false
android.useAndroidX=true
kotlin.mpp.androidSourceSetLayoutVersion=2
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
GROUP=io.github.skeptick.libres
VERSION_NAME=1.2.4
SONATYPE_HOST=CENTRAL_PORTAL
POM_DESCRIPTION=Resources generation in Kotlin Multiplatform.
POM_INCEPTION_YEAR=2022
POM_URL=https://github.com/skeptick/libres
POM_LICENSE_NAME=The Apache Software License, Version 2.0
POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/skeptick/libres
POM_SCM_CONNECTION=scm:git:ssh://git@github.com/skeptick/libres.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/skeptick/libres.git
POM_DEVELOPER_ID=Skeptick
POM_DEVELOPER_NAME=Danil Yudov
POM_DEVELOPER_URL=https://github.com/skeptick/