After I made some changes to my gradle build some of the modules are now red in IDEA. How do I find out what the problem is ? (Messages tab is empty; Usually I could expand down to the problem but nothing is red below it)
d
David Eriksson
04/23/2020, 8:31 AM
Check for errors in the gradle file
David Eriksson
04/23/2020, 8:32 AM
Try a new import in the gradle tab (up to the right in the default layout I think)
s
spand
04/23/2020, 9:00 AM
No errors, refreshed 100 times
spand
04/23/2020, 9:00 AM
Seems to be related to transitive dependencies
d
David Eriksson
04/23/2020, 9:00 AM
Restart and clear caches?
David Eriksson
04/23/2020, 9:00 AM
Oh that's a nasty one
s
spand
04/23/2020, 9:05 AM
Maybe not. Restart and clear caches worked. Thanks