blob: 1e61f8b2b74f819d5fedb9c665533db12f5a868e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
plugins {
// TODO: File bug report for gradle: :moduleA:moduleB:dokkaHtml is missing kotlin gradle plugin from
// the runtime classpath during execution without this plugin in the parent project
kotlin("jvm")
id("org.jetbrains.dokka")
}
|