Skip to content

Commit

Permalink
Fix missing native-wasm source set in legacy docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g authored and qodana-bot committed Feb 22, 2023
1 parent 5a2d557 commit 69b90e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/tools/kotlin-stdlib-docs-legacy/build-docs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 69b90e1

Please sign in to comment.