Package-level declarations
Retrieve information from external Gradle plugins that are also applied to a plugin, for example Kotlin Multiplatform, Android, and Java.
Types
Link copied to clipboard
Link copied to clipboard
abstract class DokkatooJavaAdapter @Inject constructor(providers: ProviderFactory) : Plugin<Project>
Apply Java specific configuration to the Dokkatoo plugin.
Link copied to clipboard
abstract class DokkatooKotlinAdapter @Inject constructor(objects: ObjectFactory, providers: ProviderFactory) : Plugin<Project>
The DokkatooKotlinAdapter plugin will automatically register Kotlin source sets as Dokka source sets.