Has anyone had this issue with Flow in IntelliJ? &...
# flow
g
Has anyone had this issue with Flow in IntelliJ?
Cannot access class 'kotlinx.coroutines.flow.Flow'. Check your module classpath for missing or conflicting dependencies
Compiles and runs fine, but the IDE reports there's an error in each of my files. Also happens with the Duration API:
Cannot access class 'kotlin.time.Duration'. Check your module classpath for missing or conflicting dependencies