forked from kscience/kmath
14 lines
459 B
Properties
14 lines
459 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.
|
|
#
|
|
|
|
kotlin.code.style=official
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
kotlin.mpp.stability.nowarn=true
|
|
kotlin.native.enableDependencyPropagation=false
|
|
kotlin.parallel.tasks.in.project=true
|
|
org.gradle.configureondemand=true
|
|
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
|
|
org.gradle.parallel=true
|