Hey everyone. I am having a problem where included modules indexes are not found in android sources sets (androidMain & androidTest). So I just get unresolved references for any included module when I try to access it in the andorid sources sets. They work just fine in desktop sources sets and common. If I manually include the imports the project compiles perfectly with no issues. Just that auto complete does not work. This started happening after I updated my Kotlin version to 1.6.21. I have attached the build.gradle for both modules in this link
Racka N
05/25/2022, 10:13 AM
Did some more testing and it's definitely the Kotlin version. Reverting to 1.6.10 everything works. With 1.6.20 and 1.6.21 the issue reappears. I'll try to reproduce this in a new project and open an issue