since updating to the 1.5.30 plugin i get a lot of...
# intellij
c
since updating to the 1.5.30 plugin i get a lot of classpath problems like
Cannot access class 'io.ktor.http.ContentType'. Check your module classpath for missing or conflicting dependencies
😡 1
the project builds fine in gradle and the dependencies seem to be correctly defined as far as I can tell. and no exceptions logged.
a
Does it help to invalidate IDEA caches, remove .idea directory and reimport (or check out the project from scratch)?
c
I tried all that and it only helped for a very short time. now I’m back to the bundled 1.5.10 plugin.
a
I'm investigating, here is an issue to track: https://youtrack.jetbrains.com/issue/KT-48454