I’m trying to build a mac application with kotlin/...
# multiplatform
b
I’m trying to build a mac application with kotlin/native but I didn’t get an executable as result. Can someone point me to the configuration mistake I made please? https://gist.github.com/thebino/5d0b2992dc0ee1e65eca2a3b46de4f70
a
Do you have anything in the
build/
directory after the task execution?
b
only a
metadata.jar
@Artyom Degtyarev [JB] I found it. The name inside the target needs to match the folders name. Also the sourceSets variable
🎉 1