https://kotlinlang.org logo
Title
g

gotoOla

11/13/2018, 3:01 PM
Hi! I have a project with kotlin.version 1.2.61. Since a few weeks ago I get a problem every now and then where it can’t resolve the “kotlinx.coroutines.experimental”-package in intellij and it suggests me to change to the kotlinx.coroutines-package for things such as runBlocking etc. Has anyone seen something similar? Have I upped a plugin which I shouldn’t have?
to add on to this intellij can’t even evaluate things like mapOf which are not part of coroutines
OK so I found the issue being that I don’t have compatible versions between the plugin and my gradle project