Join Slack
Powered by
Have you looked at the build.gradle.kts files of t...
# kotlin-native
j
jk2018
01/25/2020, 12:42 AM
Have you looked at the build.gradle.kts files of the different samples (
https://github.com/JetBrains/kotlin-native/tree/master/samples
) ? There's a few different configurations. What worked for me is using one that's close to what I want as a starting point. E.g. here;
https://github.com/JetBrains/kotlin-native/blob/master/samples/workers/build.gradle.kts
3
Views
Open in Slack
Previous
Next