2021-03-23 18:13:35 +03:00
|
|
|
#
|
|
|
|
# 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
|
2021-03-15 15:04:17 +03:00
|
|
|
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
2020-09-27 11:13:30 +03:00
|
|
|
kotlin.mpp.stability.nowarn=true
|
2021-03-15 15:04:17 +03:00
|
|
|
kotlin.native.enableDependencyPropagation=false
|
2021-01-19 15:47:08 +03:00
|
|
|
kotlin.parallel.tasks.in.project=true
|
2021-02-28 13:06:47 +03:00
|
|
|
org.gradle.configureondemand=true
|
2021-04-14 12:40:26 +03:00
|
|
|
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G
|
2020-09-27 11:13:30 +03:00
|
|
|
org.gradle.parallel=true
|