fix: add maven repository for dokka plugin
Some checks failed
Update Wiki Documentation / generate-docs (push) Failing after 59s

This commit is contained in:
Krzysztof Cieślik
2026-06-13 21:52:43 +02:00
parent 73f08e3b16
commit bc7bc6b6b2

View File

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