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 overloads extensions for kotlin functions with default arguments #8

Open Alex009 opened 3 years ago

Alex009 commented 3 years ago

support for default arguments in swift, either via generated overloads or maybe generating a Swift extension with default arguments that just delegates to the right Kotlin method