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") {
51
51
}
52
52
}
53
53
}
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 2
2
* Copyright 2017-2022 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
4
import Java9Modularity.configureJava9ModuleInfo
5
- import org.jetbrains.kotlin.gradle.targets.js.testing.*
6
5
7
6
plugins {
8
7
kotlin(" multiplatform" )
@@ -49,12 +48,3 @@ kotlin {
49
48
}
50
49
51
50
project.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"
12
12
guava = " 31.1-jre"
13
13
guava24 = " 24.1.1-jre"
14
14
jackson = " 2.13.3"
15
- okio = " 3.6 .0"
15
+ okio = " 3.9 .0"
16
16
gson = " 2.8.5"
17
17
kotlintest = " 2.0.7"
18
18
coroutines = " 1.6.4"
You can’t perform that action at this time.
0 commit comments