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 3
3
target
4
4
build
5
5
.gradle
6
+ .kotlin
6
7
* ~
7
8
* .versionsBackup
8
9
** /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
6
6
* -PversionTag - works together with "branch-build" profile and overrides "-SNAPSHOT" suffix of the version.
7
7
*/
8
8
plugins {
9
- kotlin(" multiplatform" ) version " 1.9.22 "
9
+ kotlin(" multiplatform" ) version " 2.0.0 "
10
10
id(" maven-publish" )
11
11
id(" signing" )
12
12
id(" org.jetbrains.kotlinx.binary-compatibility-validator" ) version " 0.13.2"
@@ -131,8 +131,7 @@ kotlin {
131
131
common {
132
132
group(" jsCommon" ) {
133
133
withJs()
134
- // TODO: switch to `withWasmJs()` after upgrade to Kotlin 2.0
135
- withWasm()
134
+ withWasmJs()
136
135
}
137
136
}
138
137
}
You can’t perform that action at this time.
0 commit comments