-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgradle.properties
38 lines (29 loc) · 1021 Bytes
/
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
34
35
36
37
38
#Kotlin
kotlin.code.style=official
kotlin.daemon.jvmargs=-Xmx2048M
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
#Android
android.nonTransitiveRClass=true
android.useAndroidX=true
# Compose
org.jetbrains.compose.experimental.jscanvas.enabled=true
# OSS
SONATYPE_HOST=S01
RELEASE_SIGNING_ENABLED=true
# Lib
GROUP=io.github.vinceglb
VERSION_NAME=0.1.0
POM_NAME=ConfettiKit
POM_DESCRIPTION=A Kotlin/Compose Multiplatform library to add vibrant, customizable confetti animations to your apps.
POM_INCEPTION_YEAR=2025
POM_URL=https://github.com/vinceglb/ConfettiKit
POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://github.com/vinceglb/ConfettiKit/blob/main/LICENSE
POM_LICENSE_DIST=repo
POM_SCM_URL=https://github.com/vinceglb/ConfettiKit
POM_SCM_CONNECTION=scm:git:git://github.com/vinceglb/ConfettiKit.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com:vinceglb/ConfettiKit.git
POM_DEVELOPER_ID=vinceglb
POM_DEVELOPER_NAME=Vincent Guillebaud
POM_DEVELOPER_EMAIL=vincent.guillebaud31@gmail.com