This commit is contained in:
Alexander Nozik 2023-06-22 08:49:51 +03:00
parent 1f6b7abf46
commit a001c74025
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
* Copyright 2018-2021 KMath contributors. * 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. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/ */
rootProject.name = "kmath"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")

View File

@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx4096m
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.workers.max=4 org.gradle.workers.max=4
toolsVersion=0.14.9-kotlin-1.9.0-Beta-dev-3 toolsVersion=0.14.9-kotlin-1.9.0-RC-dev-1
#kotlin.experimental.tryK2=true kotlin.experimental.tryK2=true
#kscience.wasm.disabled=true #kscience.wasm.disabled=true