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
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 55s
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp = "9.2.1"
|
agp = "9.2.1"
|
||||||
kotlin = "2.0.21"
|
kotlin = "2.0.21"
|
||||||
dokka = "2.0.0"
|
dokka = "1.9.20"
|
||||||
multidex = "2.0.1"
|
multidex = "2.0.1"
|
||||||
coreKtx = "1.10.1"
|
coreKtx = "1.10.1"
|
||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url = uri("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev") }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
plugins {
|
plugins {
|
||||||
|
|||||||
Reference in New Issue
Block a user