Open
Description
Steps to reproduce:
flowOf(1, 2, 3)
.flowOn(Dispatchers.Main.immediate) // Should be not present in the classpath
.collect {
println("collect: $it")
}
Original report: JetBrains/compose-multiplatform#4835