-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgradle.properties
32 lines (32 loc) · 1.4 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
#======================================== Gradle ========================================
org.gradle.vfs.watch=true
org.gradle.cache=true
org.gradle.parallel=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g -Xmx2g
#======================================== Kotlin ========================================
kotlin.code.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.mpp.androidSourceSetLayoutVersion=2
kotlin.native.ignoreDisabledTargets=true
kotlin.js.browser.karma.browsers=chromium-headless
#======================================== Android =======================================
android.disableAutomaticComponentCreation=true
android.useAndroidX=true
android.enableJetifier=true
#======================================== GitHub ========================================
gh.owner.id=reduxkotlin
gh.owner.name=reduxkotlin.org
gh.owner.organization=ReduxKotlin.org
gh.owner.organization.url=http://www.reduxkotlin.org
#======================================= Project ========================================
group=org.reduxkotlin
description=Redux thunmk implementation for Redux-Kotlin. Mulitiplatform supported.
version=0.6.1-SNAPSHOT
#======================================== Build =========================================
project.enableSnapshots=true
# linux | macos | windows
project.mainOS=linux