numass/gradle.properties
Alexander Nozik ef670f8418
Refactor visualization
Replace usage of Stream:toList because of glitches in scripting
2022-11-21 16:36:24 +03:00

16 lines
394 B
Properties

#
# 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.
#
kotlin.code.style=official
kotlin.mpp.stability.nowarn=true
kotlin.jupyter.add.scanner=false
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G
toolsVersion=0.13.3-kotlin-1.7.20