So i have a customer that want's some C# client. A...
# getting-started
e
So i have a customer that want's some C# client. Any good articles about calling kotlin native form C#?
c
If you don't find any, search for articles about calling C from C#. Kotlin/Native exposes itself to other languages as if it were C.
e
thanks, calling the dll from C# looks like the only option. Or generate a C# from a swagger