How to fix ERROR: No signature of method: build_ap86oam3dut3pxce3x49rdtma.android()?

后端 未结 15 2127
野的像风
野的像风 2021-02-12 11:27

ERROR: No signature of method: build_ap86oam3dut3pxce3x49rdtma.android() is applicable for argument types: (build_ap86oam3dut3pxce3x49rdtma$_run_closure1) values: [build_ap86oam

15条回答
  •  广开言路
    2021-02-12 11:49

    Thanks for mentioning to just comment things and test, for me it was:

    kapt {
        useBuildCache = true
    }
    

    Removed it, everything was building again. Happened after updating Kotlin version.

提交回复
热议问题