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.

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory, providers: ProviderFactory)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open override fun apply(project: Project)