diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/commonMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/CommonCoroutineExtensions.kt b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/commonMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/CommonCoroutineExtensions.kt index 3e6cb2363b..ec6312e0a9 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/commonMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/CommonCoroutineExtensions.kt +++ b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/commonMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/CommonCoroutineExtensions.kt @@ -7,7 +7,7 @@ import kotlinx.coroutines.Deferred /** * Common `expect` declaration */ -expect fun CoroutineScope.asyncWithDealy(delay: Long, block: suspend () -> T): Deferred +expect fun CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred /** * Common coroutine extension diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jsMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JsCoroutineExtensions.kt b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jsMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JsCoroutineExtensions.kt index f12c4eba0b..e7e5f5ab56 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jsMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JsCoroutineExtensions.kt +++ b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jsMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JsCoroutineExtensions.kt @@ -6,6 +6,6 @@ import kotlinx.coroutines.Deferred /** * JS actual implementation for `asyncWithDelay` */ -actual fun CoroutineScope.asyncWithDealy(delay: Long, block: suspend () -> T): Deferred { +actual fun CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred { TODO("Not yet implemented") } diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jvmMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JvmCoroutineExtensions.kt b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jvmMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JvmCoroutineExtensions.kt index 894399f7a7..97e595df3a 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jvmMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JvmCoroutineExtensions.kt +++ b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/jvmMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/JvmCoroutineExtensions.kt @@ -6,6 +6,6 @@ import kotlinx.coroutines.Deferred /** * JVM actual implementation for `asyncWithDelay` */ -actual fun CoroutineScope.asyncWithDealy(delay: Long, block: suspend () -> T): Deferred { +actual fun CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred { TODO("Not yet implemented") } diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/linuxMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/LinuxCoroutineExtensions.kt b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/linuxMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/LinuxCoroutineExtensions.kt index 7ae94c9f4c..c961f1d304 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/linuxMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/LinuxCoroutineExtensions.kt +++ b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/linuxMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/LinuxCoroutineExtensions.kt @@ -6,6 +6,6 @@ import kotlinx.coroutines.Deferred /** * Linux actual implementation for `asyncWithDelay` */ -actual fun CoroutineScope.asyncWithDealy(delay: Long, block: suspend () -> T): Deferred { +actual fun CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred { TODO("Not yet implemented") } diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/macosMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/MacOsCoroutineExtensions.kt b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/macosMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/MacOsCoroutineExtensions.kt index 6fc9503015..74ba93fdbd 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/macosMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/MacOsCoroutineExtensions.kt +++ b/dokka-integration-tests/gradle/projects/ui-showcase/kmp/src/macosMain/kotlin/org/jetbrains/dokka/uitest/kmp/coroutines/MacOsCoroutineExtensions.kt @@ -6,6 +6,6 @@ import kotlinx.coroutines.Deferred /** * MacOS actual implementation for `asyncWithDelay` */ -actual fun CoroutineScope.asyncWithDealy(delay: Long, block: suspend () -> T): Deferred { +actual fun CoroutineScope.asyncWithDelay(delay: Long, block: suspend () -> T): Deferred { TODO("Not yet implemented") } diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/jvm/navigation.html b/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/jvm/navigation.html index c091b119f5..e2cbae6fa5 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/jvm/navigation.html +++ b/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/jvm/navigation.html @@ -382,7 +382,7 @@ -
+
diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/navigation.html b/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/navigation.html index c091b119f5..e2cbae6fa5 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/navigation.html +++ b/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/navigation.html @@ -382,7 +382,7 @@ -
+
diff --git a/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/org.jetbrains.dokka.uitest.kmp.coroutines/async-with-dealy.html b/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/org.jetbrains.dokka.uitest.kmp.coroutines/async-with-dealy.html index 9b9be162a9..5a04a3530e 100644 --- a/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/org.jetbrains.dokka.uitest.kmp.coroutines/async-with-dealy.html +++ b/dokka-integration-tests/gradle/projects/ui-showcase/previousDocVersions/0.9/kmp/org.jetbrains.dokka.uitest.kmp.coroutines/async-with-dealy.html @@ -2,7 +2,7 @@ - asyncWithDealy + asyncWithDelay