icerockdev / moko-kswift

Swift-friendly api generator for Kotlin/Native frameworks
https://moko.icerock.dev
Apache License 2.0
351 stars 21 forks source link

Generate extensions over extension methods for List #30

Open jeantuffier opened 2 years ago

jeantuffier commented 2 years ago

I have this extension in my code for which it looks like no swift code is generated :

fun List<Measurement>.chartEntries() = ...

Same thing with other extension function based on a List type.