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