I am trying to compile the simplest example from the kotlin native tutorial page on mac and at first it did compile it, but now I get this error message: "error: compilation failed: Unexpected file extension: DS_Store". Do you know what could it be ?
loudedtwist
11/15/2018, 8:30 PM
fun main(args: Array<String>) {
println("Hello Kotlin/Native!")
}