2021-03-23 22:13:35 +07: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.
|
|
|
|
#
|
2021-02-28 17:06:47 +07: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
|
2023-05-26 16:46:18 +03:00
|
|
|
|
2024-12-21 14:02:54 +03:00
|
|
|
kotlin.code.style=official
|
|
|
|
kotlin.mpp.stability.nowarn=true
|
|
|
|
kotlin.native.ignoreDisabledTargets=true
|
2025-01-12 11:40:51 +03:00
|
|
|
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
|
2024-12-21 14:02:54 +03:00
|
|
|
kotlin.native.enableKlibsCrossCompilation=true
|
|
|
|
|
2025-01-12 11:40:51 +03:00
|
|
|
toolsVersion=0.16.1-kotlin-2.1.0
|