Haven’t had any responses to this in <#C0B8M7BUY|a...
# gradle
w
Haven’t had any responses to this in #android, hoping someone can shed some light on why android gradle 7 is causing this issue
m
Can you give it a try with extending the underlying interface instead? That would be
fun VariantDimension.buildConfigString(name: String, value: String?) = buildConfigField(…)
w
that seems to be working fine
should i just roll with it, and use those instead? not sure why the base type isn’t working anymore