kmath/gradle.properties

12 lines
397 B
Properties
Raw Permalink 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
2022-03-31 22:23:34 +03:00
kotlin.jupyter.add.scanner=false
2020-09-27 11:13:30 +03:00
kotlin.mpp.stability.nowarn=true
2022-03-08 23:15:48 +03:00
kotlin.native.ignoreDisabledTargets=true
2021-02-28 13:06:47 +03:00
org.gradle.configureondemand=true
2022-01-04 19:45:24 +03:00
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G
2022-03-31 22:23:34 +03:00
org.gradle.parallel=true