Import a kotlin native compiled code into C# console application
I was triyng to study Kotlin and found Kotlin/Native. As a principally C# .NET developer, I asked myself if was possible to import a Kotlin/Native compiled code to a C#.NET application.
This project already has compiled files for Kotlin/Native. Just build the project and and execute. You will see the output with a string coming from Kotlin file.