<Android Kotlin migration: Unresolved Reference> I...
# stackoverflow
u
Android Kotlin migration: Unresolved Reference I'm migrating my multi-module Android app from Java to Kotlin, and being in an advanced stage have come across with the next issue: Android Studio complains with "Reference not found" from class from another module when building. The weird thing is that there is no Lint underlined text in red, in fact intellisense (auto-complete) detects all the packages until "AppSettings" with no problems, but cannot build. I can't paste much code, but at least a screenshot of the problem. <a...