EAP 2.1.20
This commit is contained in:
parent
7064546f83
commit
8f55d89daf
@ -2,13 +2,15 @@
|
||||
# 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.native.ignoreDisabledTargets=true
|
||||
org.gradle.configureondemand=true
|
||||
org.gradle.jvmargs=-Xmx4096m
|
||||
org.gradle.parallel=true
|
||||
org.gradle.workers.max=4
|
||||
|
||||
toolsVersion=0.15.6-kotlin-2.1.0-Beta1
|
||||
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
|
||||
kotlin.code.style=official
|
||||
kotlin.mpp.stability.nowarn=true
|
||||
kotlin.native.ignoreDisabledTargets=true
|
||||
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
|
||||
kotlin.native.enableKlibsCrossCompilation=true
|
||||
|
||||
toolsVersion=0.16.0-kotlin-2.1.20-Beta1
|
||||
|
@ -7,14 +7,18 @@ kscience {
|
||||
js{
|
||||
nodejs {
|
||||
testTask {
|
||||
useMocha().timeout = "0"
|
||||
useMocha {
|
||||
timeout = "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
browser {
|
||||
useCommonJs()
|
||||
testTask {
|
||||
useMocha().timeout = "0"
|
||||
useMocha {
|
||||
timeout = "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -11,6 +11,10 @@ kscience {
|
||||
dependencies {
|
||||
api(projects.kmathCore)
|
||||
}
|
||||
|
||||
wasmJsMain{
|
||||
api(spclibs.kotlinx.browser)
|
||||
}
|
||||
}
|
||||
|
||||
readme {
|
||||
|
@ -7,7 +7,9 @@ kscience {
|
||||
js {
|
||||
browser {
|
||||
testTask {
|
||||
useMocha().timeout = "0"
|
||||
useMocha {
|
||||
timeout = "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user