Gradle DSL method not found: 'implementation()'

前端 未结 9 2160
礼貌的吻别
礼貌的吻别 2020-11-28 14:29

I had this error

Error:(45, 0) Gradle DSL method not found: \'implementation()\'
Possible causes:
  • The project \'LaTaxi2\' may be using a
9条回答
  •  广开言路
    2020-11-28 14:38

    or if you don't want to update to the latest Gradle, go back to using DSL method compile() instead of implementation()

提交回复
热议问题