So kotlin/native is a thing, share your code between platforms, keep native performance, wow, sounds great, but how does one even start with kotlin/native? I'm spending a week already on those readme files from https://github.com/JetBrains/kotlin-native with no success, cant start project from Clion(windows10), cant run any examples, cant open few example projects etc, is there any reliable guide for working with kotlin/native?
Just look at this https://github.com/JetBrains/kotlin-native/tree/master/samples/calculator okay, let's say that I'm trying to open that project in android studio as described in readme, boom
'Included build 'C:\shared' does not exist.' You cant sync project, android studio cant see modules because of that so it is impossible to create app config, what shared even is, do I need that, why it is there.
When you even run 'hello world' app from clion, you actually cant build it. Is there anyone that managed to get even something to work?