I did everything as in <https://github.com/ilmat19...
# kotlin-native
i
Right, that sample builds only a klibrary from the project. To build an executable or a framework (in 0.8.1) you need to add corresponding output kinds:
Copy code
outputKinds = [KLIBRARY, EXECUTABLE, FRAMEWORK]