Join Slack
Communities
Powered by
Being new to Gradle, is there a blog or reference ...
# kotlin-native
s
Sam
01/07/2018, 3:42 PM
Being new to Gradle, is there a blog or reference article that walks me through setting it up to work with K/N?
n
napperley
01/07/2018, 9:19 PM
Nothing can be found however the next best thing is to look at a Kotlin Native sample like this one:
https://github.com/JetBrains/kotlin-native/tree/master/samples/nonBlockingEchoServer
napperley
01/07/2018, 9:20 PM
The two Gradle files to examine are
build.gradle
(
https://github.com/JetBrains/kotlin-native/blob/master/samples/nonBlockingEchoServer/build.gradle
) and
gradle.properties
(
https://github.com/JetBrains/kotlin-native/blob/master/samples/nonBlockingEchoServer/gradle.properties
).
h
hhariri
01/08/2018, 8:25 AM
We’re working on a series of tutorials that should become available soon.
👍 1
3
Views
Open in Slack
Previous
Next