Multi-module project autocompletion

Answered

Hi,

I have a repository with multiple modules. Something like this:
-> common
---> common:test
-> server
-> android

The problem I'm facing is that even If I do not include testImplementation(project(":common:test")) in my other modules the IDE still autocompletes the classes from ":common:test" in other modules. When I try to compile the code it does not compile as expected because I do not include the module. Is there a way to fix this or is it a known bug?

0
2 comments

Looks like a bug, please report at https://youtrack.jetbrains.com/issues/IDEA with a small sample to reproduce.

0
Avatar
Permanently deleted user
0

Please sign in to leave a comment.