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