I have a kotlin function that uses a default parameter value. Is there any way of using this in the generated ios/swift code?
h
hfhbd
02/12/2022, 2:00 PM
Nope, because Kotlin exports an objective c framework, which does not support default values. Swift uses the objective c framework, there is no direct swift code generation.
a
adjpd
02/12/2022, 2:01 PM
Thanks again. And damn. I'll need to think of some new ways of passing default dispatchers to functions and the like