Join Slack
Powered by
I did everything as in <https://github.com/ilmat19...
# kotlin-native
h
hmole
08/09/2018, 10:35 AM
I did everything as in
https://github.com/ilmat192/Kotlin-Native-Gradle-Experiments/blob/master/build.gradle
i
ilya.matveev
08/10/2018, 3:53 AM
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]
6
Views
Open in Slack
Previous
Next