Vampire
val foo by tasks.registering { dependsOn(tasks.compileTestKotlin) doLast { println("FOO: ${kotlin.sourceSets.test.flatMap { it.kotlin.classesDirectory }.map { "$it" }.getOrElse("<not set>")}") println("BAR: ${tasks.compileTestKotlin.flatMap { it.destinationDirectory }.map { "$it" }.getOrElse("<not set>")}") } }
FOO
BAR
tapchicoma
A modern programming language that makes developers happier.