Hello!
I am currently exploring the world of kotlin-native in the context of a multiplatform project. However I have some newby problems with converting syntax. How I map
A very big thank you from my side - it does the trick!
Matthias Geisler
07/08/2021, 7:46 AM
Is there any place where such stuff is collected? - My question is a typical CheatSheet question, I guess.
s
Sam
07/08/2021, 1:54 PM
Not that I am aware of. It would be nice to have for these special cases. Generally the calling into objc looks like how you would expect. If you have to drop down to CoreFoundation things get ugly quick but I would expect that since the memory management is all manual.
m
Matthias Geisler
07/08/2021, 2:14 PM
Unfortunate. Maybe it is time then to start one then. I hope I can avoid that, otherwise I could write in Rust or directly in C and export bindings, that's quicker and due to my leak of knowledge safer I guess.
Matthias Geisler
07/08/2021, 2:15 PM
However really thx for your help! It safed my day!