What is the correct way to start a new app based off the samples in
https://github.com/JetBrains/kotlin-native/issues?q=is%3Aissue+is%3Aopen+ ? I successfully built and ran the UIKit sample in place, and then copied that dir out. However, it relies on the gradlew in the parent dir. What is the expected way to use these samples in a standalone manner?
There is a note about building from a dist archive, is the expectation that you unpack a sample archive from the dist dir and build new apps off that?
Forgive my inexperience here with gradle and general setup - thus why I'm doing this to learn.