I am facing a problem with KMM with generics for I...
# kotlin-native
s
I am facing a problem with KMM with generics for IOS. I have class class Restult<T> {} and when it is converted to native it becomes Result<Any>. Is there any way it should not convert 'T' to 'Any'