Could get the java version to run without doing: `...
# kobalt
e
Could get the java version to run without doing:
Copy code
val java = project(p) {
    name = "java"

    kapt {
        // needed
    }

    application {
        mainClass = "com.example.Example"
    }
}