When trying to run gradle build, I get following warning in Android Studio 2.2 :
Warning:The android.dexOptions.incremental property is deprecat
android.dexOptions.incremental
Solve Problem after removing deprecated
dexOptions { incremental true }
Incremental Java compilation is ON by default.