Fix missing native-wasm source set in legacy docs build

This commit is contained in:
Ilya Gorbunov
2023-02-09 21:40:16 +01:00
committed by Space Team
parent 5a2d557839
commit 69b90e107c
@@ -260,6 +260,7 @@
<sourceroot path="${kotlin_native_root}/Interop/Runtime/src/native/kotlin"/>
<sourceroot path="${kotlin_native_root}/Interop/JsRuntime/src/main/kotlin"/>
<sourceroot path="${kotlin_native_root}/runtime/src/main/kotlin"/>
<sourceroot path="${kotlin_stdlib_dir}/native-wasm/src"/>
<packageoptions prefix="kotlin.native.internal" suppress="true"/>
<packageoptions prefix="kotlin.test" suppress="true"/>