My project is made of two modules (app and a library) and since a while(I seem to remeber it happening before the instant run was added) I need to clean the project before each build/run. This is really boring and time consuming beside making the whole instant run thing basically impossible to use.
When building without cleaning what gradle says is that it couldn't find a class(that clearly exists as if it didn't the run wouldn't work after a clean)
Does anyone have a solution for this issue? Might the multidex be involved in this?
I've already read this Android Studio need to rebuild project before each run but, beside being old, it didn't word for me.
UPDATE Logs