-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0570f9
commit 140c691
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
kotlin.code.style=official | ||
kotlin.native.ignoreDisabledTargets=true | ||
kotlin.js.generate.executable.default=false | ||
|
||
# Such dependencies are not applicable for Kotlin/Native, consider changing the dependency type to 'implementation' or 'api'. | ||
# To disable this warning, set the kotlin.native.ignoreIncorrectDependencies=true project property | ||
kotlin.native.ignoreIncorrectDependencies=true | ||
|
||
# 'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573 | ||
# "-Xexpect-actual-classes" | ||
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G -Dfile.encoding=UTF-8 | ||
|
||
# https://kotlinlang.org/docs/native-improving-compilation-time.html#gradle-configuration | ||
#org.gradle.workers.max=8 | ||
org.gradle.parallel=true | ||
org.gradle.caching=true |