i use `() -> Unit` to require a function that t...
# kotlin-native
d
i use
() -> Unit
to require a function that takes nothing and returns nothing. but to provide a function like this from Swift, the function has to return a
KotlinUnit
. is there a way to avoid that?
🚫 2
🙁 1
t