Skip to content

Commit 99a977e

Browse files
committed
add a test, but... it works without the fix???
1 parent 62d4bff commit 99a977e

File tree

41 files changed

+1655
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1655
-95
lines changed

dokka-integration-tests/gradle/projects/it-wasm-js-wasi-basic/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ kotlin {
1616
val wasmJsMain by getting {
1717
dependencies {
1818
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-wasm-js:1.7.2-wasm3")
19-
implementation("org.jetbrains.kotlinx:atomicfu-wasm-js:0.22.0-wasm2") }
19+
implementation("org.jetbrains.kotlinx:atomicfu-wasm-js:0.22.0-wasm2")
20+
}
2021
}
2122
}
2223
wasmWasi()

dokka-integration-tests/gradle/src/testExampleProjects/expectedData/exampleProjects/kotlin-multiplatform-example/html/dokka-multiplatform-example/org.kotlintestmpp.coroutines/async-with-delay.html

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dokka-integration-tests/gradle/src/testExampleProjects/expectedData/exampleProjects/kotlin-multiplatform-example/html/dokka-multiplatform-example/org.kotlintestmpp.coroutines/index.html

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dokka-integration-tests/gradle/src/testExampleProjects/expectedData/exampleProjects/kotlin-multiplatform-example/html/dokka-multiplatform-example/org.kotlintestmpp.date/get-current-date.html

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)