Using Hilt

The Medallia Experience Orchestration Plugin does not support Hilt's incremental compilation step at this time. If you are using Hilt in your Android App, set enableAggregatingTask = false in the Hilt extension, as in the following snippet:

android {
	hilt {
    		enableAggregatingTask = false
  	}
}
android {
	hilt {
    		enableAggregatingTask = false
  	}
}