Greetings. I am new to android kotlin development. How can I create my plugin for dokka v1.4.0-rc and how can I debug it during development? Can I just create a DokkaPlugin heir in a new project and debug it while expanding it? Or do I have to do everything in the copied dokka sources? Is there a git repository with an example or more detailed tutorials for less experienced professionals? Thanks.
in gradle.properties file). Then in the plugin's repository it would be best to add a cloned dokka as library sources and use Remote debug configuration in intellij.
Examples of plugins are available on dokka repository, for example Javadoc or GFM are plugins: https://github.com/Kotlin/dokka/tree/master/plugins