I have a large Android project (hundreds of source files), and when I try to build it, I get an error. The thing is that it doesn't tell me where exactly this error originates from. Before I try to build the project, Android Studio in no way indicates that there is a problem in the code.
Does anyone know how I can locate where "BleSession" is allegedly being used as functional interface? The class is being used in far to many places to actually manually go through each one. I am using RetroLambda to enable functional interfaces by the way.
I have tried cleaning and rebuilding the entire project, as well as restarting Android Studio itself, without success.