Hi, I made a project with macosX64 and few other t...
# multiplatform
g
Hi, I made a project with macosX64 and few other targets. In macosX64Main source set there is no green button next to main function. How can I show it?
Screenshot 2023-08-14 at 20.36.27.png
i
I don't think main function can be a suspend one. Try to remove suspend and comment ktor code.
x
Yes, you can define a
suspend fun main
and Kotlin will start it in a coroutine for you @iXPert12 . Another one of the Kotlin's highlights 😉 In regards to the thread topic, I've no clue about it 😕