I have a KMM project and I am trying to do a build...
# coroutines
j
I have a KMM project and I am trying to do a build of the shared module by running the gradle build task for that module in android studio. When I run the build task I get an error saying it cannot find the coroutines-core dependency even though I have it declared
Could not resolve org.jetbrains.kotlinxkotlinx coroutines core1.4.2.
Required by:
project :sharedmodule
I can run the project just fine in an android emulator though This is my build.gradle file