We ship the dokka (and dokka-android) plugin as dependency together with this plugin. This is a bad behaviour. In this [Gradle guide](https://guides.gradle.org/implementing-gradle-plugins/#providing_default_dependencies_for_plugins) states that we can download the dependency later somehow... We should do that and only download them when required...
We ship the dokka (and dokka-android) plugin as dependency together with this plugin.
This is a bad behaviour.
In this Gradle guide states that we can download the dependency later somehow...
We should do that and only download them when required...