My build.gradle (Groovy) has `mainClassName = "Mai...
# gradle
d
My build.gradle (Groovy) has
mainClassName = "MainKt"
Is there a simple task i can add to compile another class, for example
enums.kt
that i have in the same directory
src/main/kotlin
?