Fix all issues for 2.0.0

This commit is contained in:
Alexander Nozik 2024-01-28 18:35:47 +03:00
parent 9e88bff668
commit 9f9c4a347b
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ org.gradle.jvmargs=-Xmx4096m
org.gradle.parallel=true
org.gradle.workers.max=4
toolsVersion=0.15.0-kotlin-2.0.0-Beta1
toolsVersion=0.15.2-kotlin-2.0.0-Beta3
#kotlin.experimental.tryK2=true
#kscience.wasm.disabled=true

View File

@ -6,6 +6,7 @@ kscience{
jvm()
js()
native()
useCoroutines()
}
//apply(plugin = "kotlinx-atomicfu")
@ -21,7 +22,6 @@ kotlin.sourceSets {
dependencies {
implementation(project(":kmath-for-real"))
implementation(projects.kmath.kmathStat)
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0")
}
}
}