Is there an issue for generating multiple native f...
# kotlin-native
r
Is there an issue for generating multiple native functions when a kotlin function has default parameters? I can’t find it if there is one, and there should be one if there is none, because I’ve got a constructor with 5 optional parameters and that’s a lot of
constructor
cases to define by hand
g
Like @JvmOverloads but for K/N?
r
Well yeah something like that I guess
g
probably make sense to create a feature request on k/n github