I keep getting folowing error "No signature of method: org.gradle.api.internal.artifacts.DefaultResolvedArtifact.getBuildDependencies() is applicable for argument types: () values: []"
olenasol opened this issue · 3 comments
olenasol commented
I get this error after adding plagin and trying to embed some external projects.
gradle version 3.2.1
ansroid studio version - 3.4
kezong commented
See if there are multiple build.gradle files that declare the version of com.android.tools.build:gradle, resulting in a version that is not 3.2.1.
What is the version of gradle wrapper using when you building?
kezong commented
Fix in version 1.1.6, You can try it.
huaxiaos commented
classpath 'com.kezong:fat-aar:1.2.18'
has the same issue