Hello,
I am currently working on a Kotlin android project in Intellij and I have benough having issues lately with Intellij itself. The project compiles just fine, but the IDE itself is having frequent errors and the syntax highlighting on my Kotlin files is just broken.
The errors vary, the the main one is:
Assertion Error
Requested data for ModuleProductionSourceInfo (module=Module: ‘actionbarsherlock’) not contained in this resolver. The resolver was created for the following jnfos: … (names other libraries)
I also get this one quite a bit:
Exception while collecting Kotlin signature markers
java.lang.AssertionError: Requested data for ModuleProductionSourceInfo(module=Module: ‘qctionbarsherlock’) not contained in this resolver
They are obviously both related, but I’m lost on how to fix them. If it’s not too much trouble, does anyone know what the problem could possibly?
Intellij Community edition 14.13 with Kotlin extension 0.12.200.Idea141.8
Thanks in advance to anyone who can help!
- Garrett