You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The migration guide suggests tasks.withType<DokkaTask>().configureEach { is replaced with dokka { but some parameters aren't supported on the new extensions.
There is no guidance in deprecation warnings in the IDE, nor documentation in the migration guide, for these task properties:
failOnWarning
externalDocumentationLink
Expected behaviour
Migration guide should cover all changes to existing properties, whether they're now unsupported, or have a replacement.
Screenshots
To Reproduce
Set this in a project with dokka plugin applied:
Hey! Thanks for the feedback!
It's true, that we missed some configuration options from initial guide, and we are currently working on updating it in #4025
Describe the bug
I tried following the migration guide for v2 but got stuck at a few points migrating the following:
The migration guide suggests
tasks.withType<DokkaTask>().configureEach {
is replaced withdokka {
but some parameters aren't supported on the new extensions.There is no guidance in deprecation warnings in the IDE, nor documentation in the migration guide, for these task properties:
Expected behaviour
Migration guide should cover all changes to existing properties, whether they're now unsupported, or have a replacement.
Screenshots
To Reproduce
Set this in a project with dokka plugin applied:
Dokka configuration
Installation
Additional context
Add any other context about the problem here
The text was updated successfully, but these errors were encountered: