Hi everyone I\'m facing the
Could not find method jackOptions() for arguments [build_ccqj3loj50621uihss8xz3wml$_run_closure1$_closure3$_closure6@2405
Moving forward, Java 8 language features will be natively supported by the Android build system.
Well I found that I was committing a silly mistake of not removing the below code
jackOptions {
enabled true
}
from the flip-concept's build.gradle
file as well due to which I wasn't able to build and run the project. After removing it I'm able to run the project