Skip to content

Commit 2da94ed

Browse files
committed
Fix missing native-wasm source set in legacy docs build
(cherry picked from commit 69b90e1)
1 parent 51d55cd commit 2da94ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/tools/kotlin-stdlib-docs-legacy/build-docs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
<sourceroot path="${kotlin_native_root}/Interop/Runtime/src/native/kotlin"/>
261261
<sourceroot path="${kotlin_native_root}/Interop/JsRuntime/src/main/kotlin"/>
262262
<sourceroot path="${kotlin_native_root}/runtime/src/main/kotlin"/>
263+
<sourceroot path="${kotlin_stdlib_dir}/native-wasm/src"/>
263264

264265
<packageoptions prefix="kotlin.native.internal" suppress="true"/>
265266
<packageoptions prefix="kotlin.test" suppress="true"/>

0 commit comments

Comments
 (0)