forked from kscience/kmath
1.9.0-RC
This commit is contained in:
parent
1f6b7abf46
commit
a001c74025
@ -2,7 +2,6 @@
|
||||
* 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.
|
||||
*/
|
||||
rootProject.name = "kmath"
|
||||
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
|
@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx4096m
|
||||
org.gradle.parallel=true
|
||||
org.gradle.workers.max=4
|
||||
|
||||
toolsVersion=0.14.9-kotlin-1.9.0-Beta-dev-3
|
||||
#kotlin.experimental.tryK2=true
|
||||
toolsVersion=0.14.9-kotlin-1.9.0-RC-dev-1
|
||||
kotlin.experimental.tryK2=true
|
||||
#kscience.wasm.disabled=true
|
Loading…
Reference in New Issue
Block a user