Maybe something like that ``` run { ta...
# kobalt
c
Maybe something like that
Copy code
run {
        taskName = "runJava"
        mainClass = "com.example.Example"
    }

    run {
        taskName = "runKotlin"
        mainClass = "com.example.ExampleKt"
    }