fix(docs): update repository order and plugin application for dokka
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 57s
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 57s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.jvm) apply false
|
||||
alias(libs.plugins.dokka)
|
||||
alias(libs.plugins.dokka) apply false
|
||||
}
|
||||
|
||||
// Global Dokka configuration for Wiki
|
||||
|
||||
@@ -1,14 +1,8 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google {
|
||||
content {
|
||||
includeGroupByRegex("com\\.android.*")
|
||||
includeGroupByRegex("com\\.google.*")
|
||||
includeGroupByRegex("androidx.*")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
|
||||
Reference in New Issue
Block a user