fix(docs): downgrade dokka to 1.9.20 to resolve ci plugin resolution errors
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 55s

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

View File

@@ -1,7 +1,7 @@
[versions]
agp = "9.2.1"
kotlin = "2.0.21"
dokka = "2.0.0"
dokka = "1.9.20"
multidex = "2.0.1"
coreKtx = "1.10.1"
junit = "4.13.2"

View File

@@ -9,7 +9,6 @@ pluginManagement {
}
mavenCentral()
gradlePluginPortal()
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev") }
}
}
plugins {