Finalization for 1.9.20
This commit is contained in:
parent
90762f493e
commit
dba45860f7
@ -1,6 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
tools = "0.15.0-kotlin-1.9.20-RC2"
|
tools = "0.15.0-kotlin-1.9.20"
|
||||||
kotlin = "1.9.20-RC2"
|
kotlin = "1.9.20"
|
||||||
# https://github.com/Kotlin/kotlinx-atomicfu
|
# https://github.com/Kotlin/kotlinx-atomicfu
|
||||||
atomicfu = "0.22.0"
|
atomicfu = "0.22.0"
|
||||||
# https://github.com/Kotlin/binary-compatibility-validator
|
# https://github.com/Kotlin/binary-compatibility-validator
|
||||||
@ -10,7 +10,7 @@ changelog = "2.2.0"
|
|||||||
# https://github.com/Kotlin/dokka
|
# https://github.com/Kotlin/dokka
|
||||||
dokka = "1.9.10"
|
dokka = "1.9.10"
|
||||||
# https://github.com/Kotlin/kotlin-jupyter
|
# https://github.com/Kotlin/kotlin-jupyter
|
||||||
kotlin-jupyter = "0.12.0-78"
|
kotlin-jupyter = "0.12.0-81"
|
||||||
# https://github.com/Kotlin/kotlinx-benchmark
|
# https://github.com/Kotlin/kotlinx-benchmark
|
||||||
kotlinx-benchmark = "0.4.9"
|
kotlinx-benchmark = "0.4.9"
|
||||||
# https://github.com/Kotlin/kotlinx-cli
|
# https://github.com/Kotlin/kotlinx-cli
|
||||||
|
@ -432,9 +432,7 @@ public open class KScienceMppExtension(project: Project) : KScienceExtension(pro
|
|||||||
browser {
|
browser {
|
||||||
testTask {
|
testTask {
|
||||||
useKarma {
|
useKarma {
|
||||||
webpackConfig.experiments.add("topLevelAwait")
|
useChromeCanaryHeadless()
|
||||||
useChromeHeadlessWasmGc()
|
|
||||||
useConfigDirectory(project.projectDir.resolve("karma.config.d").resolve("wasm"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -443,7 +441,7 @@ public open class KScienceMppExtension(project: Project) : KScienceExtension(pro
|
|||||||
sourceSets {
|
sourceSets {
|
||||||
getByName("wasmJsTest") {
|
getByName("wasmJsTest") {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("test"))
|
implementation(kotlin("test-wasm-js"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,7 +32,7 @@ public open class KScienceMPPlugin : Plugin<Project> {
|
|||||||
}
|
}
|
||||||
getByName("commonTest") {
|
getByName("commonTest") {
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(kotlin("test-common"))
|
implementation(kotlin("test"))
|
||||||
implementation(kotlin("test-annotations-common"))
|
implementation(kotlin("test-annotations-common"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user