Join Slack
Powered by
I am facing a problem with KMM with generics for I...
# kotlin-native
s
subham
11/23/2020, 1:52 AM
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'
Open in Slack
Previous
Next