After I made some changes to my gradle build some ...
# announcements
s
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
Check for errors in the gradle file
Try a new import in the gradle tab (up to the right in the default layout I think)
s
No errors, refreshed 100 times
Seems to be related to transitive dependencies
d
Restart and clear caches?
Oh that's a nasty one
s
Maybe not. Restart and clear caches worked. Thanks
👍 1