What is the correct way to start a new app based o...
# kotlin-native
d
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.
After starting to change code I found the copy was still building and using code from the original sample dir. I’ve cleaned, and verified there are no refs to the original and that a different package name is being used. I found XCode caching stuff. I deleted that and now I can’t get anything to run on the sim because after successfully building I get an error saying I don’t have access to the project files, which I clearly do and clearly a default error for an unknown state.