I am using lambda expressions in code for which to support i have added following in the module gradle :
jackOptions {
enabled true
}
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
}
But build is taking too much time , more than 10 mins , i tried searching other posts , found this mentioning problems using jack .
So i just wanted to know if anyone's using jackOptions and is able to run/build the project smoothly .
TIA .