it builds the `kobalt -i kotlin` template out of t...
# kobalt
k
it builds the
kobalt -i kotlin
template out of the box with two changes: 1) set
kotlinCompiler { platform = KotlinPlatform.NATIVE }
like above, 2) remove the
package
line at the top of com/example/Main.kt (looks like konanc doesnt like the main to be in a namespace)