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
|
|
|
|
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-06-12 15:16:40 +03:00
|
|
|
org.gradle.jvmargs=-Xmx4096m
|
2022-11-05 16:14:23 +03:00
|
|
|
org.gradle.parallel=true
|
|
|
|
org.gradle.workers.max=4
|
2024-02-08 17:39:19 +03:00
|
|
|
toolsVersion=0.15.2-kotlin-1.9.22
|
2023-09-13 13:25:54 +03:00
|
|
|
#kotlin.experimental.tryK2=true
|
2023-06-07 15:16:58 +03:00
|
|
|
#kscience.wasm.disabled=true
|