I'm using AndroidAnnotations and I want use android-aspectj plugin also.
But it can't find generated classes like MyPrefs (AA generate new class that has suffix with '')
So I want to add generated dir to sourceRoot. How can I add build/generated/source/apt/${variant.dirName}
I'm using AndroidAnnotations and I want use android-aspectj plugin also. But it can't find generated classes like MyPrefs (AA generate new class that has suffix with '') So I want to add generated dir to sourceRoot. How can I add build/generated/source/apt/${variant.dirName}