17 lines
536 B
Properties
17 lines
536 B
Properties
#
|
|
# Copyright 2018-2021 KMath contributors.
|
|
# Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
|
#
|
|
org.gradle.configureondemand=true
|
|
org.gradle.jvmargs=-Xmx4096m
|
|
org.gradle.parallel=true
|
|
org.gradle.workers.max=4
|
|
|
|
kotlin.code.style=official
|
|
kotlin.mpp.stability.nowarn=true
|
|
kotlin.native.ignoreDisabledTargets=true
|
|
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
|
|
kotlin.native.enableKlibsCrossCompilation=true
|
|
|
|
toolsVersion=0.16.0-kotlin-2.1.20-Beta1
|