-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Description
If you have something like this, it doesn't pick up the last two dependency of Picasso.
protected Picasso providePicasso(Context context,
AppAvailableFunctions appAvailableFunctions,
OkHttpClientFactory okHttpClientFactory,
@Named("reduced") List<Interceptor> interceptors,
@Named(PICASSO_CACHE) Cache picassoCache) {
This is what it extract:
{
"name": "Picasso",
"dependencies": [
{
"name": "Context",
"dependencies": []
},
{
"name": "AppAvailableFunctions",
"dependencies": []
},
{
"name": "OkHttpClientFactory",
"dependencies": []
},
{
"name": "Name",
"dependencies": []
},
{
"name": "reduce",
"dependencies": []
}
]
}