open class OutputExtension
<init> |
OutputExtension() |
compile |
val compile: ArrayList<String> |
runtime |
val runtime: ArrayList<String> |
test |
val test: ArrayList<String> |
compile |
fun compile(sourceSet: String): Unit |
excludeMain |
fun excludeMain(from: ArrayList<String>): Unit |
runtime |
fun runtime(sourceSet: String): Unit |
test |
fun test(sourceSet: String): Unit |