This message was deleted.
# community-support
s
This message was deleted.
👍 1
m
Turns out I made a terrible mistake
returning
null
sometimes doesn't work and Gradle blows up with cryptic error messages
😭 2
so instead of using
null
, you should actually use
addAllLater
on
configuration.getDependencies()
and return a non-null
List
.
I pulled hair on this today
the "sometimes" seems to be related to using
someProvider.zip