From a001c7402579aa822a3659b752e58238231f4af7 Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Thu, 22 Jun 2023 08:49:51 +0300 Subject: [PATCH] 1.9.0-RC --- buildSrc/settings.gradle.kts | 1 - gradle.properties | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/buildSrc/settings.gradle.kts b/buildSrc/settings.gradle.kts index e6b69b0b3..02111ba37 100644 --- a/buildSrc/settings.gradle.kts +++ b/buildSrc/settings.gradle.kts @@ -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") diff --git a/gradle.properties b/gradle.properties index 9ffc1ebe3..81eb66e34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file