docthor/build.gradle.kts

10 lines
262 B
Kotlin

project(":libraries").subprojects {
apply(plugin = "docthor.kotlin-library-conventions")
}
project(":apps").subprojects {
if(name != "documentViewerKorge" && name != "xsViewer") {
apply(plugin = "docthor.kotlin-application-conventions")
}
}