icerockdev/moko-kswift

Generate extensions over extension methods for List

jeantuffier opened this issue · 0 comments

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.