It looks like kotlinx-coroutines-core 0.13 depends...
# coroutines
m
It looks like kotlinx-coroutines-core 0.13 depends on Kotlin 1.1.0 instead of 1.1.1, which is causing an issue in my build. This may be Android specific as I'm using this dependency in an Android instrumentation test. I can probably work around this in gradle but wondering if anyone has any thoughts. The error message is:
Copy code
Error:Conflict with dependency 'org.jetbrains.kotlin:kotlin-stdlib' in project ':foo'. Resolved versions for app (1.1.1) and test app (1.1.0) differ. See <http://g.co/androidstudio/app-test-app-conflict> for details.