refactor(build): Plugin-Anwendung in Gradle-Konfiguration vereinfacht
Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
+2
-2
@@ -371,8 +371,8 @@ tasks.register("staticAnalysis") {
|
|||||||
|
|
||||||
// Apply Dokka (V2) automatically to Kotlin subprojects
|
// Apply Dokka (V2) automatically to Kotlin subprojects
|
||||||
subprojects {
|
subprojects {
|
||||||
plugins.withId("org.jetbrains.kotlin.jvm") { apply(plugin = "org.jetbrains.dokka") }
|
plugins.withId("org.jetbrains.kotlin.jvm") { pluginManager.apply("org.jetbrains.dokka") }
|
||||||
plugins.withId("org.jetbrains.kotlin.multiplatform") { apply(plugin = "org.jetbrains.dokka") }
|
plugins.withId("org.jetbrains.kotlin.multiplatform") { pluginManager.apply("org.jetbrains.dokka") }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Aggregate tasks to build multi-module docs in Markdown (GFM) and HTML
|
// Aggregate tasks to build multi-module docs in Markdown (GFM) and HTML
|
||||||
|
|||||||
Reference in New Issue
Block a user