-
Notifications
You must be signed in to change notification settings - Fork 453
Closed
Labels
bugregressionAn issue/bug that appeared after recent changesAn issue/bug that appeared after recent changesrunner: Gradle pluginAn issue/PR related to Dokka's Gradle pluginAn issue/PR related to Dokka's Gradle plugin
Description
Dokka tasks for a multiplatform project with a single target fail with
* Exception is:
org.gradle.api.internal.tasks.TaskDependencyResolveException: Could not determine the dependencies of task ':single-target-mpp-module:dokkaHtml'
Caused by: java.lang.UnsupportedOperationException: Empty collection can't be reduced.
at org.jetbrains.dokka.gradle.kotlin.KotlinClasspathUtilsKt.classpathOf(kotlinClasspathUtils.kt:83)
at org.jetbrains.dokka.gradle.kotlin.KotlinSourceSetGistKt$gistOf$3.call(KotlinSourceSetGist.kt:22)
at org.jetbrains.dokka.gradle.kotlin.KotlinSourceSetGistKt$gistOf$3.call(KotlinSourceSetGist.kt)
Installation
- Dokka version: 1.8.20
- Kotlin Gradle plugin version: 1.9.0-Beta
hrach, joffrey-bion, martinbonnin, swankjesse and takahirom
Metadata
Metadata
Assignees
Labels
bugregressionAn issue/bug that appeared after recent changesAn issue/bug that appeared after recent changesrunner: Gradle pluginAn issue/PR related to Dokka's Gradle pluginAn issue/PR related to Dokka's Gradle plugin