docs build: allow to specify custom dokka repository

- centralize repository management in settings.gradle.kts
- allow to specify dokka repository with a gradle property
- automatically add mavenLocal for -local dokka versions
- specify kotlin version for building plugins in one place
This commit is contained in:
Ilya Gorbunov
2023-02-23 03:47:05 +01:00
committed by Space Team
parent 93650dcada
commit 28ae0c1649
7 changed files with 50 additions and 60 deletions
@@ -0,0 +1,3 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.8.0" apply false
}