Vikas Singh
08/26/2021, 5:32 PMNick Allen
08/26/2021, 5:44 PMdependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1'
}
There's others for interop with CompleteableFuture, RxJava, Android, and more.Vikas Singh
08/26/2021, 5:51 PMNick Allen
08/26/2021, 5:59 PMgradlew :app:dependencies
to see the full dependency tree. (assuming your module is :app
)Vikas Singh
08/26/2021, 6:34 PM