Is it possible to call reified functions from Swif...
# kotlin-native
d
Is it possible to call reified functions from Swift? I wrote in KMP a reified function, that returns a class implementing the interface “ScreenState”. Xcode doesn’t prompt me any error, but it crashes at runtime:
message has been deleted
The actual error says:
Copy code
Uncaught Kotlin exception: kotlin.IllegalStateException: unsupported call of reified inlined function StateProvider.get
So, I am assuming reified functions are not supported in Swift?
l
It's Kotlin-only AFAIK