When creating a feature variant using the groovy D...
# community-support
c
When creating a feature variant using the groovy DSL. How would I make test depend on my feature variant? I did a Google and I found and answer but I guess I want to make sure I'm using configurations properly given the unfortunate potential for unlazy API usage in my opinion. Also if there's any way to avoid four extendsfrom minimum... And is there any way to extend from platforms that would have been defined there? At least I hope they were defined as platforms
v
I don't think you need extends, just depend on your feature variant from
testImplementation
c
Yeah that didn't work either. Dgs codegen has an awful and incorrect output situation... Although I don't really understand how that's being a problem