DEV Community

Discussion on: Dark Mode: three Lint checks to help

 
guilhe profile image
GuilhE

I've found out!
My build gradle was using apply plugin: 'com.android.library' instead of java-library '^^

Thread Thread
 
dbottillo profile image
Daniele Bottillo

nice! I'm glad you fixed it :)