Marcin Wisniowski
10/19/2019, 4:10 PMkotlinx-coroutines-core-native
dependency, but I am not sure how to do that. The build.gradle
file Idea generated for me along with the project does not have a dependencies
section, and if I create my own I get an error Could not find method implementation()
when running Gradle sync. What's the correct way to add the dependency? I looked at the Kotlin/Native coroutines example project and it does not have the dependency in it's build.gradle
so I'm not sure how it works. This is probably a stupid issue but I can't find any information on using coroutines in Kotlin/Native, except in the context of mobile development and compatibility with iOS, while my project is just a plain simple command line program.napperley
10/20/2019, 12:46 AMnapperley
10/20/2019, 12:47 AMnapperley
10/20/2019, 12:52 AMnapperley
10/20/2019, 12:55 AMMarcin Wisniowski
10/20/2019, 2:02 PMnapperley
10/20/2019, 7:48 PMMarcin Wisniowski
10/20/2019, 9:04 PM