dcampogiani / ktmp

Kotlin Multi Platform experiments
6 stars 1 forks source link

Generic type declaration is not supported on functions at the moment #13

Open dcampogiani opened 5 years ago

dcampogiani commented 5 years ago

Thanks to @Faber92 .

From documentation, it seems that generic type declaration is not supported on protocols (interfaces in kotlin) and functions at the moment. There's an open issue about that on the official kotlin-native repository.

dcampogiani commented 3 years ago

Reference on YouTrack: https://youtrack.jetbrains.com/issue/KT-39212

dcampogiani commented 3 years ago

@Faber92 any update?

dcampogiani commented 1 year ago

@Faber92 any update?

dcampogiani commented 11 months ago

@Faber92 would this fix the issue? https://touchlab.co/sealed-generics-and-skie

/cc @Gioevi90 @fchiusolo

Gioevi90 commented 11 months ago

I guess it would! Would you give a try?

dcampogiani commented 11 months ago

I will try to update all dependencies to have a good master base branch.

dcampogiani commented 11 months ago

I will try to have something by the end of 2024.