File tree Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Expand file tree Collapse file tree 3 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,3 @@ tasks.named<DokkaTaskPartial>("dokkaHtmlPartial") {
5151 }
5252 }
5353}
54-
55-
56- // TODO: Remove this after okio will be updated to the version with 1.9.20 stdlib dependency
57- configurations.all {
58- resolutionStrategy.eachDependency {
59- if (requested.name == " kotlin-stdlib-wasm" ) {
60- useTarget(" org.jetbrains.kotlin:kotlin-stdlib-wasm-js:${requested.version} " )
61- }
62- }
63- }
Original file line number Diff line number Diff line change 22 * Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33 */
44import Java9Modularity.configureJava9ModuleInfo
5- import org.jetbrains.kotlin.gradle.targets.js.testing.*
65
76plugins {
87 kotlin(" multiplatform" )
@@ -49,12 +48,3 @@ kotlin {
4948}
5049
5150project.configureJava9ModuleInfo()
52-
53- // TODO: Remove this after okio will be updated to the version with 1.9.20 stdlib dependency
54- configurations.all {
55- resolutionStrategy.eachDependency {
56- if (requested.name == " kotlin-stdlib-wasm" ) {
57- useTarget(" org.jetbrains.kotlin:kotlin-stdlib-wasm-js:${requested.version} " )
58- }
59- }
60- }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ jmh-core = "1.37"
1212guava = " 31.1-jre"
1313guava24 = " 24.1.1-jre"
1414jackson = " 2.13.3"
15- okio = " 3.6 .0"
15+ okio = " 3.9 .0"
1616gson = " 2.8.5"
1717kotlintest = " 2.0.7"
1818coroutines = " 1.6.4"
You can’t perform that action at this time.
0 commit comments