hi all, anyone had this error: ```Module with the ...
# coroutines
s
hi all, anyone had this error:
Copy code
Module with the Main dispatcher is missing. Add dependency providing the Main dispatcher, e.g. 'kotlinx-coroutines-android'
?? started happening out of the blue! 😮
o
probably the service loader can't find the main-provider. what does your build file look like?
s
Copy code
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.1'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.1'
😮 wtf
removed those lines and now it doesn't crash
🙄
hmm probably interference with other modules
l
Try cleaning build cache