Could not find method jackOptions() for arguments

后端 未结 1 991
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-04 17:24

Hi everyone I\'m facing the

Could not find method jackOptions() for arguments [build_ccqj3loj50621uihss8xz3wml$_run_closure1$_closure3$_closure6@2405

相关标签:
1条回答
  • 2021-01-04 17:50

    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

    0 讨论(0)
提交回复
热议问题