DokkaHtml task fails with Collection contains no element matching the predicate
exception
#3911
Labels
Collection contains no element matching the predicate
exception
#3911
Describe the bug
Gradle task
dokkaHtml
fails with the mentioned exception when trying to document an abstract property of a sealed class.Example code below.
Expected behaviour
Task should succeed since the code is documented as expected.
To Reproduce
Add the following code and run
./gradlew dokkaHtml
The task doesn't fail when the info property is implemented as a constructor parameter of an Error class.
Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
The text was updated successfully, but these errors were encountered: