BTW, guys, I’ve been using K/N for creating an iOS...
# kotlin-native
s
BTW, guys, I’ve been using K/N for creating an iOS framework on a side project and I’m positively surprised 👍: that’s a nice job you did there. I’ll give a talk about that at http://romobos.com next week
😎 4
r
It's nice to see this technology battle-tested! Will the recording be available? If so, please share it here!
4
s
sure 🙂
😄 1
a
Do you use clion and how do you build it in the ide?
I.e. clion currently doesn't support gradle so how do you get auto complete and stuff
s
Android Studio :)
a
That works with kotlin native iOS platform apis?
s
No, actually it doesn’t, but in my use case I don’t need (or want) access to the Cocoa API. The basic idea is that my module should be as share-able as possible without relying on platform-specific APIs
That said, autocompletion won’t work but code still compiles via gradle