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:
committed by
Space Team
parent
93650dcada
commit
28ae0c1649
@@ -0,0 +1,3 @@
|
||||
plugins {
|
||||
id("org.jetbrains.kotlin.jvm") version "1.8.0" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user