Hi all. Is there a way to make a kotlin object imp...
# ios
x
Hi all. Is there a way to make a kotlin object implement
Identifiable
interface from swift?
2
j
x
There's no way to achieve this from
commonMain
due to lack of direct swift interop, is that correct?
j
I believe so but tbh I haven't tried doing that
x
its cool how you can make objects implement any interface with an extension - maybe kotlin should also do this
This would make the proxy/decorator implementations a lot more simpler