kmath/gradle.properties

17 lines
459 B
Properties
Raw Normal View History

#
# 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.
#
2020-09-27 11:13:30 +03:00
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
2021-10-02 15:56:57 +03:00
#kotlin.mpp.enableGranularSourceSetsMetadata=true
#kotlin.native.enableDependencyPropagation=false
kotlin.jupyter.add.scanner=false
2021-02-28 13:06:47 +03:00
org.gradle.configureondemand=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2G
2020-09-27 11:13:30 +03:00
org.gradle.parallel=true