android-sourcesets Questions
1
Seemingly the same root cause as this question, but the answer there will not work for me. I have a custom source set called commonTest that I use for sharing certain test utility code across the t...
Stammel asked 1/4, 2018 at 18:22
2
Solved
This question in continuation of my other question, which i want to improve further.
I am being able to group flavors (having common configuration) under sourceSets with the following code :
(got...
Toweling asked 29/3, 2016 at 17:41
3
Solved
Lets say I have the following sourceSets:
sourceSets {
flavor1 {
assets.srcDirs = ['repo-assets/flavor1']
res.srcDirs = ['repo-res/flavor1']
}
flavor2 {
assets.srcDirs = ['repo-assets/flavor2...
Rabiah asked 20/3, 2016 at 9:36
0
With reference to this answer. Is it possible to create a copy constructor for productFlavors and sourceSets using initWith just like the one in the linked answer. That one worked great for buildTy...
Sonora asked 24/3, 2016 at 12:3
1
© 2022 - 2024 — McMap. All rights reserved.