fix(docs): configure manual source sets for dokka in app module
All checks were successful
Update Wiki Documentation / generate-docs (push) Successful in 2m12s
All checks were successful
Update Wiki Documentation / generate-docs (push) Successful in 2m12s
This commit is contained in:
@@ -3,6 +3,15 @@ plugins {
|
||||
alias(libs.plugins.dokka)
|
||||
}
|
||||
|
||||
tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
|
||||
dokkaSourceSets {
|
||||
configureEach {
|
||||
sourceRoots.from(file("src/main/java"))
|
||||
sourceRoots.from(file("src/main/kotlin"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "com.example.retroha"
|
||||
compileSdk {
|
||||
|
||||
Reference in New Issue
Block a user