I am trying to compile the simplest example from t...
# kotlin-native
l
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 ?
fun main(args: Array<String>) { println("Hello Kotlin/Native!") }
s
l
@sergey.bogolepov thank you, it helped!