[K/N] Remove jsinterop because K/N wasm32 target is removed ^KT-59008
See https://kotl.in/native-targets-tiers for details
This commit is contained in:
committed by
Space Team
parent
857bfeb92c
commit
3ec4f2e0ee
@@ -433,14 +433,6 @@ targetList.each { target ->
|
||||
dependsOn "${target}CrossDistBitcodeCopy"
|
||||
|
||||
destinationDir project.file("$distDir/$stdlibDefaultComponent")
|
||||
|
||||
if (target == 'wasm32') {
|
||||
into("targets/wasm32/included") {
|
||||
from(project(':kotlin-native:runtime').file('src/main/js'))
|
||||
from(project(':kotlin-native:runtime').file('src/launcher/js'))
|
||||
from(project(':kotlin-native:Interop:JsRuntime').file('src/main/js'))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register("${target}PlatformLibs") {
|
||||
|
||||
Reference in New Issue
Block a user