> TODO Should be able to do `sourceSets.main.ko...
# squarelibraries
m
TODO Should be able to do
sourceSets.main.kotlin.srcDir(helpers)
I think AGP wants us to use
onVariant {}
moving forward, not
srcDir()
(but I'd love to be wrong)