Working after the upgrade to Android Studio Bumblebee, I’m seeing a lot more red text from bogus errors in my KMM project (when using classes from the AndroidMain part of the shared module) even though it compiles and runs fine. Also, the androidTest part of the shared module doesn’t properly show syntax highlighting or suggest imports, which is the current problem that I want to fix. I want others to be able to write tests easily. Wasn’t KMM unit testing supposed to be improved in this new Android Studio version? Are there migration instructions somewhere that I could read? Are these known issues in the upgrade?