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
Dokka depends on classes from org.gradle.api.internal for which there are no guarantees about backward compatibility and proper deprecation as demonstrated by #2816
It looks like TaskDependencyInternalWithAdditions can be replaced with Gradle's dependsOn for setting up task dependencies.