Faced with `org.gradle.api.ProjectConfigurationException` error on my `gradle build`

后端 未结 4 1005
情书的邮戳
情书的邮戳 2020-12-06 06:27

Below are the Gradle specs:

  • Gradle 4.6
  • Android Gradle plugin 3.1.1
  • Parallel Execution enabled
  • Caching enabled

After r

4条回答
  •  Happy的楠姐
    2020-12-06 07:25

    The issue is reported in Google's issue tracker here: https://issuetracker.google.com/u/1/issues/72872257

    According to the comments, the issue should be fixed in 3.2.0-alpha09.

    As a workaround, it's also possible to update gradle.properties with: android.enableD8.desugaring=true

提交回复
热议问题