fix(docs): update repository order and plugin application for dokka
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 57s

This commit is contained in:
Krzysztof Cieślik
2026-06-13 21:58:43 +02:00
parent 43a22e3f16
commit 279a4ec3da
2 changed files with 2 additions and 8 deletions

View File

@@ -1,14 +1,8 @@
pluginManagement {
repositories {
google {
content {
includeGroupByRegex("com\\.android.*")
includeGroupByRegex("com\\.google.*")
includeGroupByRegex("androidx.*")
}
}
mavenCentral()
gradlePluginPortal()
google()
}
}
plugins {