bsimmons
09/21/2020, 1:57 PMiosMain
. So far I've managed by just guessing names and such, but I'm wondering how do I actually get this working on a Mac? Any ideas?Artyom Degtyarev [JB]
09/21/2020, 2:01 PMbsimmons
09/21/2020, 2:04 PMArtyom Degtyarev [JB]
09/21/2020, 2:08 PMbsimmons
09/21/2020, 2:20 PMJoaquim
09/22/2020, 3:15 AMkotlin {
ios()
...
}
to
kotlin {
iosX64("ios")
...
}
and suddenly the IDE found all the platform.*
imports fine. I suspect there’s an issue with multi architecture targets.