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
(cherry picked from commit 69b90e1)
  • Loading branch information
ilya-g committed Apr 27, 2023
1 parent 51d55cd commit 2da94ed
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
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 2da94ed

Please sign in to comment.