Satyarth Sampath
07/06/2022, 10:59 AMproject.configurations.getByName("api") // to get api deps
project.configurations.getByName("implementation") // to get implementation deps
project.configurations.getByName("fooImplementation") // to get implementation deps for the Foo build variant
project.configurations.getByName("fooApi") // to get api deps for the Foo build variant
Do you think this would cover all possible scenarios? This is on AGP 4.2.2