Is there anything like `@JvmOverloads` when spitti...
# kotlin-native
a
Is there anything like
@JvmOverloads
when spitting out iOS frameworks with Kotlin/Native? Since Objective-C doesn't support default parameters, I was hoping to generate overloads like I'm used to with the JVM
e
Don't think so, though it'd be great if there were.