I have a multi-module project and sometimes when i...
# android-studio
l
I have a multi-module project and sometimes when i try to build my application module I get
unresolved reference
errors for specific kotlin modules. All references to this module are unresolved in this case. To solve this issue I tried a clean checkout from repository, invalidated cache and did "IDE Repair" from File mneu in AS, but nothing helped. Sometimes it works sometimes not and I can't reproduce it. Any ideas? EDIT: Changing the AGP version back and forth worked for me. Anyway seems like a bug.
Happened again, completely arbitrary so I filed an issue: https://issuetracker.google.com/issues/297320931