-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
47 lines (40 loc) · 1.43 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#Gradle
org.gradle.jvmargs=-Xmx11g -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8g"
org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.caching=true
#Dokka v2
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
#Kotlin
kotlin.code.style=official
#KSP
ksp.incremental.log=true
kotlin.incremental.native=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
#MPP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
# Ignore disabled targets (i.e iOS on Linux)
kotlin.native.ignoreDisabledTargets=true
kotlin.suppressGradlePluginWarnings=IncorrectCompileOnlyDependencyWarning
# New Kotlin IC flags
kotlin.compiler.suppressExperimentalICOptimizationsWarning=true
kotlin.compiler.keepIncrementalCompilationCachesInMemory=true
kotlin.compiler.preciseCompilationResultsBackup=true
# Versioning bits
GROUP=com.r0adkll.kimchi
POM_URL=https://github.com/r0adkll/kimchi/
POM_SCM_URL=https://github.com/r0adkll/kimchi/
POM_SCM_CONNECTION=scm:git:git://github.com/r0adkll/kimchi.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/r0adkll/kimchi.git
POM_LICENCE_NAME=Apache-2.0
POM_LICENCE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=r0adkll
POM_DEVELOPER_NAME=Drew Heavner
POM_DEVELOPER_URL=https://github.com/r0adkll
POM_INCEPTION_YEAR=2024
VERSION_NAME=0.6.0-SNAPSHOT