You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more robust fix for android-apt compatibility. Important: If you were experiencing issues with
android-apt previously and updated to this version, you must run gradle build --rerun-tasks once.
Deprecate plugin name 'retrolambda' for 'me.tatarka.retrolambda' in preparation to publishing on
the gradle plugin portal.
Better incremental compile method that doesn't break lint and proguard (and
probably other tasks). Because of this, retrolambda.incremental is deprecated
and does nothing.
Better handling of manually setting the retrolamba version with retrolambConfig.
Don't use the retrolambda javaagent if using version 1.6.0+.
Also check system property 'java.home' for the current java location. IDEs set this but not JAVA_HOME, so checking here first is more robust. (aphexcx)