Creating an application project using the Appcode ...
# kotlin-native
d
Creating an application project using the Appcode Kotlin Native plugin works well and I can build/run my app up until the point I add an Objective-C class to the project. After that I get the following error:
Note:ld: entry point (_main) undefined. for architecture x86_64
Has anyone ran into this error and found a workaround to it?