Orhan Tozan
03/02/2020, 4:48 PMjvmMain
sourceset for kotlin coroutines? Couldn't find anything at the README of the coroutines repo. Also, is there a reason why this doesn't come out-of-the-box? E.g. when I declare that I want to use kotlin coroutines in the project, it could automatically import the specific platform dependencies itself.Kris Wong
03/02/2020, 5:07 PMimplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-native:$coroutinesVersion")
in your common dependenciesOrhan Tozan
03/02/2020, 7:03 PMKris Wong
03/02/2020, 8:15 PMOrhan Tozan
03/03/2020, 7:09 AMOrhan Tozan
03/03/2020, 12:43 PMKris Wong
03/03/2020, 1:53 PMnative
is the gradle metadata dependency, so fills in the blanks for each target.