Hello, is it possible to change prefix `__` of wra...
# touchlab-tools
k
Hello, is it possible to change prefix
__
of wrapped suspend function in some SKIE configuration? Convincing iOS developers to kotlin multiplatform isn't easy, but reducing number of such small pain points can help us a lot.
t
Hi, not at this moment, however if you're implementing an interface with suspend functions from Swift, the
__
are meant to kinda warn you that you won't have cancellation support