edenman
06/11/2020, 1:49 AMUnresolved reference: MutableStateFlow compile error in my kmp module. Anybody else seen this? The IDE resolves it no problemedenman
06/11/2020, 1:49 AMimport kotlinx.coroutines.flow.MutableStateFlow is the import statement, which looks right afaictedenman
06/11/2020, 1:50 AMcommonMain deps implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-common:$coroutinesVersion")edenman
06/11/2020, 1:50 AMedenman
06/11/2020, 1:58 AMorg.jetbrains.kotlinx:kotlinx-coroutines-core, ktor was bringing in 1.3.4 transitively 😞edenman
06/11/2020, 1:58 AMedenman
06/11/2020, 1:59 AMcommonMain but the ktor dep was in androidMain so that got picked up first