futuredapp / donut

Doughnut-like graph view capable of displaying multiple datasets with assignable colors
MIT License
546 stars 46 forks source link

AS 4.0 stable release cannot build this project. #52

Closed SwiftyWang closed 4 years ago

SwiftyWang commented 4 years ago

It shows

Unsupported method: AndroidArtifact.getBuildConfigFields().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
GOVINDDIXIT commented 4 years ago

Use Android studio 4.1 preview or classpath 'com.android.tools.build:gradle:4.0.0'

matejsemancik commented 4 years ago

Just tried with 4.1.0-rc01 version of plugin and everything builds fine. I'm closing this one, since it is probably out of date.