Gradle

fun Gradle(task: String = "compileKotlin"): ProjectCompiler(source)

Compile the project using Gradle. The default task is compileKotlin, which may need to be be overridden.