Marc Reichelt
Marc Reichelt
I can confirm that also in an Android library, the `test` source set seems to be included in the API as well. So it looks like it's a general problem,...
Thanks for the quick response @tylerbwong! I found out myself that I could use `sourcePaths = files(android.sourceSets.named("main").get().java.srcDirs)` to only get that - but I like your workaround more :)
@tylerbwong Do you think it'll be complicated to include only the production source sets of modules by default - not the test source sets? I don't see how any user...
@jkleiser Thanks! I had the same problem. I wrote @mrnugget about this, and he said it's coming in version 1.3. So stay tuned! :)
@jkleiser no, but I want to support them - see issue #5 :)