// id ("org.jreleaser") version "1.20.0"//JReleaser now has support for publishing via the Central Publisher Portal and can be used via their Gradle plugin integration.
id("org.jetbrains.dokka")version"2.0.0"
}
...
...
@@ -39,36 +41,11 @@ android {
// dataBinding = true
viewBinding=true
}
// dokka {
// outputFormat = 'javadoc'
// outputDirectory = "$buildDir/dokka"
// configuration {
// // Do not output deprecated members
// skipDeprecated = true
// // Emit warnings about not documented members.
// reportUndocumented = true
// // Do not create index pages for empty packages