I've cloned a new copy of KaMPKit but some externa...
# touchlab-tools
m
I've cloned a new copy of KaMPKit but some external references are still not being recognised, by the checker (in Android Studio, EE 2022.1.1 Patch 2). For example "import kotlinx.coroutines.CoroutineScope" fails to find CoroutineScope (although it recognises kotlinx.coroutines) in the check in sharedcommon. It builds, but it means the code is littered with red lines, and in my own code it makes it much harder to separate real bugs from "false positives". I thought this was supposed to have been fixed in Electric Eel, which makes me wonder if I've got something wrong, but I have no idea what it could be. Am I the only one with this problem still?
r
Could be there's a cache somewhere causing issues. Maybe give it a try in the latest Intellij to compare.
m
Blimmin' caches!!! 😄 Ok, thanks. I'll try that.