[Gradle, Wasm] Use static source sets accessors for wasm

^KT-62955 fixed
This commit is contained in:
Ilya Goncharov
2023-11-20 10:30:16 +00:00
committed by Space Team
parent 0c30acfba6
commit dcab981ee8
4 changed files with 36 additions and 3 deletions
@@ -15,13 +15,13 @@ kotlin {
}
sourceSets {
val wasmJsMain by getting {
wasmJsMain {
dependencies {
implementation(project(":lib"))
}
}
val wasmWasiMain by getting {
wasmWasiMain {
dependencies {
implementation(project(":lib"))
}