Petros
04/02/2024, 11:10 AMsourceSets -> wasmJsMain does not seem to accept the dependencies block.William Walker
04/02/2024, 3:18 PMapplyDefaultTargetHierarchy(), then, add the wasmJs source set via delegated field:
val wasmJs by getting
wasmJs.dependencies {
implementation(your_lib_here)
}