Closed rohitPagare closed 5 days ago
I am also facing the same issue. @tommybuonomo Does anyone looking into this please add updates.
The same issue :(
Temporarily we can use this: For Kotlin:
buildTypes {
create("debuggee") {
...
matchingFallbacks += listOf("debug")
}
}
For Groovy:
buildTypes {
debuggee {
...
matchingFallbacks = ['debug']
}
}
The publisher must publish a new version with a SINGLE VARIANT! so that we won't need to use the trick above. Explained more in here: https://github.com/tommybuonomo/dotsindicator/issues/178
When i create custom build type another than debug or release like qa(Qaulity Analysis) it will through exception
FAILURE: Build completed with 11 failures.
1: Task failed with an exception.