Gradle

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

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