File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33target
44build
55.gradle
6+ .kotlin
67* ~
78* .versionsBackup
89** /karma /node_modules
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl
66 * -PversionTag - works together with "branch-build" profile and overrides "-SNAPSHOT" suffix of the version.
77 */
88plugins {
9- kotlin(" multiplatform" ) version " 1.9.22 "
9+ kotlin(" multiplatform" ) version " 2.0.0 "
1010 id(" maven-publish" )
1111 id(" signing" )
1212 id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.2"
@@ -131,8 +131,7 @@ kotlin {
131131 common {
132132 group(" jsCommon" ) {
133133 withJs()
134- // TODO: switch to `withWasmJs()` after upgrade to Kotlin 2.0
135- withWasm()
134+ withWasmJs()
136135 }
137136 }
138137 }
You can’t perform that action at this time.
0 commit comments