Currently doing a tutorial but when I run this cod...
# coroutines
w
Currently doing a tutorial but when I run this code from the tutorial it runs an error can anyone help
w
Have you added coroutines dependency to the project?
w
Not yet as am actually a beginner in coroutines and was just following what the doc says
w
I see you’re using Gradle. In that case you need to add
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
in
dependencies
section in your
build.gradle
w
Thanks man it really solved my problem
đź‘Ť 1