Gradle DSL method not found: 'implementation()'

前端 未结 9 2149
礼貌的吻别
礼貌的吻别 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:33

    You using Turkish workspace, below change solves the problem

    testImplementation -> testİmplementation,
    androidTestImplementation -> androidTestİmplementation
    androidTestImplementation -> androidTestİmplementation
    

提交回复
热议问题