You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multimodule gradle project.
B depends on A as a compileOnly dependency
when I do this I get that classes are not found on my editor. Gradle builds fine so thats not a problem
when I make A an implementation dependency it works.
Should this be reported as a bug or is there some config I'm missing
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a multimodule gradle project.
B depends on A as a compileOnly dependency
when I do this I get that classes are not found on my editor. Gradle builds fine so thats not a problem
when I make A an implementation dependency it works.
Should this be reported as a bug or is there some config I'm missing
Beta Was this translation helpful? Give feedback.
All reactions