https://kotlinlang.org logo
d

dimsuz

01/04/2023, 11:39 PM
Oh, just as you answered I found this bit of code . It adds a file though.
m

mbonnin

01/05/2023, 10:43 AM
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

dimsuz

01/05/2023, 11:25 AM
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
5 Views