Hi everyone. I'm investigating using the new (exp...
# multiplatform
m
Hi everyone. I'm investigating using the new (experimental) swift export feature. One thing i've noticed right off the bat is that it's not handling default parameters in constructors.
Copy code
data class SomeClass(val value: Int = 0)
I can't instantiate this in swift code without supplying the
value
parameter. I'm unable to use SKIE because we're modeling log data which has a large number of optional constructor parameters, which SKIE isn't good at handling (as it tries to create all the different permutations available) Is there something i'm missing, or is this just not something available yet?
j
JFYI there's also a focused #C073GUW6WN9 channel 🙂
m
Thanks @Jacob Ras. I didn't realize that channel existed.