Skip to content

Commit 7353626

Browse files
igoriakovlevtbogdanova
authored andcommitted
Wasm invalid gradle configuration fix
1 parent 7fb0d74 commit 7353626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,10 @@ kotlin {
121121
}
122122

123123
val wasmMain by creating {
124+
dependsOn(commonMain)
124125
}
125126
val wasmTest by creating {
127+
dependsOn(commonTest)
126128
}
127129

128130
val wasmJsMain by getting {

0 commit comments

Comments
 (0)