its a kotlin native "problem" - as objc does not s...
# kotlin-native
r
its a kotlin native "problem" - as objc does not support generics you have always to convert to the specific param.
👍 1
s
It does have generics but they’re more a compile time check as the types are erased at run time.
r
it would be nice to have this "compile time check" minimum. better this than nothing.