-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gradle.properties
29 lines (29 loc) · 1.22 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
#======================================== Gradle ========================================
org.gradle.project.targetCompatibility=11
org.gradle.vfs.watch=true
org.gradle.cache=true
#org.gradle.parallel=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g -Xmx2g
#======================================== Kotlin ========================================
kotlin.style=official
kotlin.stdlib.default.dependency=true
kotlin.js.generate.externals=false
kotlin.js.compiler=ir
kotlin.incremental.js=true
kotlin.mpp.stability.nowarn=true
kotlin.native.ignoreDisabledTargets=true
kotlin.native.binary.memoryModel=experimental
kotlin.native.binary.freezing=disabled
android.disableAutomaticComponentCreation=true
#======================================== GitHub ========================================
gh.owner.id=mpetuska
gh.owner.name=Martynas Petuska
#======================================= Project ========================================
group=dev.petuska
description=Kotlin Multiplatform test snapshots (klips) manager
version=0.4.1-SNAPSHOT
#======================================== Build =========================================
kotlin.js.test.browser=firefox-headless
# linux | macos | windows
project.mainOS=linux