Any reason this is not upvoted? Does this really n...
# kotlin-native
r
Any reason this is not upvoted? Does this really not cause any problem to anyone? What’s the reason for this? https://youtrack.jetbrains.com/issue/KT-23529
k
it definitely has caused me issues
i take that back, I haven't been hit by this issue exactly. what has caused me issues is that Types that inherit from NSObject are removed from the exported API bindings
r
I guess making a 100% Kotlin iOS app is still rare
k
for sure. that would be much more trouble than it was worth
r
Well I’m doing it right now and so far the only problems I encounter is when doing complex things. I do have a 100% Kotlin app working
k
I can't imagine trying to implement anything but the most basic UI that way 😛