Oh, just as you answered I found <this bit of code...
# squarelibraries
d
Oh, just as you answered I found this bit of code . It adds a file though.
m
It doesn't add a
File
, it adds a
Provider<File>
. That's an important distinction.
Providers
have the ability to carry task dependencies so the dependency will be ... well... carried 😄
d
Thanks! Do you maybe also have some opensource project which deals with generating sources and from which I could learn?
But it's very similar to SQLDelight as I contributed both