In my Android project I need to use a dependency that requires java 8 so i'm trying to use jack
{
...
jackOptions {
enabled true
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
but I get this error
Error:Could not get unknown property 'classpath' for task ':app:transformJackWithJackForLiteDebug' of type com.android.build.gradle.internal.pipeline.TransformTask.