Kotlin mpp is converting my generic type parameter...
# multiplatform
p
Kotlin mpp is converting my generic type parameters to
Any?
. Is this expected?
k
Yeah, that’s how it works. I’m playing around with ways to add generics to the objc header file, but there are compatibility issues (so I’m told. Haven’t dug enough to understand). I think with some restrictions you should be able to get kind of “good enough”, but we’ll see