-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgradle.properties
More file actions
52 lines (40 loc) · 1.62 KB
/
gradle.properties
File metadata and controls
52 lines (40 loc) · 1.62 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8
org.gradle.unsafe.configuration-cache=false
org.jetbrains.compose.experimental.macos.enabled=true
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true
android.useAndroidX=true
android.enableJetifier=false
android.defaults.buildfeatures.buildconfig = false
# KSP 2.0 and Kotlin 2.2.21 configurations
kotlin.code.style=official
kotlin.native.disableCompilerDaemon=true
kotlin.native.ignoreDisabledTargets=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Kotlin Multiplatform memory model
kotlin.native.binary.memoryModel=experimental
# KSP 2.0 configuration for optimal performance
ksp.useKsp2=true
ksp.incremental=true
ksp.incremental.log=false
# KSP warnings suppression for known compatibility issues
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
# Maven
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
RELEASE_SIGNING_ENABLED=true
GROUP=cafe.adriel.lyricist
POM_DESCRIPTION=The missing I18N/L10N library for Jetpack Compose!
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/adrielcafe/lyricist
POM_LICENCE_NAME=The MIT License
POM_LICENCE_URL=https://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_SCM_URL=https://github.com/adrielcafe/lyricist
POM_SCM_CONNECTION=scm:git:ssh://git@github.com/adrielcafe/lyricist.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/adrielcafe/lyricist.git
POM_DEVELOPER_ID=adrielcafe
POM_DEVELOPER_NAME=Adriel Cafe
POM_DEVELOPER_URL=https://github.com/adrielcafe/