Error :“Configuration 'compile' is obsolete and has been replaced with 'implementation'.”, even though no 'compile' present in gradle

后端 未结 6 564
离开以前
离开以前 2021-01-11 14:31

I have the following gradle files and I can\'t find anything which would still warrant the warning \"Configuration \'compile\' is obsolete and has been replace

6条回答
  •  我在风中等你
    2021-01-11 15:19

    I solved by changing classpath inside build.gradle (Project: your Project name)

    from 
      classpath 'com.google.gms:google-services:3.1.1' 
    to
      classpath 'com.google.gms:google-services:3.2.0'

提交回复
热议问题