perryprog
01/07/2018, 11:11 PMmain/
and examples/
. I would like to have examples/
depend on main/
, and also have them compile automatically as well.
Here’s the original build script (it’s probably outdated): https://gist.github.com/perryprog/ced7e8b51674c3adc4a701a82e44badc
I believe the main logic for what I want is n sourceSets
(line 49), but I’m not sure how to recreate that in Kotlin.