Who can help me with dll library. I generate it by kotlin native and want to use in c#. How can I get class with properties and methods, which is created in kotlin native?
d
Dominaezzz
06/12/2019, 6:32 PM
I don't think that's possible. Have you looked at the generated header file?