Hi.

Does anybody known how to get list of dependencies per build variant in the 
new gradle plugin 3.0.0?

In 2.3.3 works this

 
variant.getVariantData().variantDependency.packageDependencies.allAndroidDependencies
                                                              
 .allJavaDependencies

But it doesn't exist in the new plugin version.

I found just variant.compileConfiguration.dependencies.dump(); but it is 
empty and instead of MavenCoordinates return some weird Dependency class 
where classifier is missing.

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to