DokkatooKotlinAdapter
abstract class DokkatooKotlinAdapter @Inject constructor(objects: ObjectFactory, providers: ProviderFactory) : Plugin<Project> (source)
The DokkatooKotlinAdapter plugin will automatically register Kotlin source sets as Dokka source sets.
This is not a standalone plugin, it requires dev.adamko.dokkatoo.DokkatooBasePlugin is also applied.