How to reference Kotlin/Native DLLs from C# code in a Windows/UWP app?
I was able to successfully generate a windows DLL by following instructions here. Although, I haven’t been able to consume the DLL in my C# Windows app and haven’t found any tutorial/blog on how to do so. I have tried following things-
Tried CppSharp tool to auto generate DllImport statements. This ran into a runtime...