Hello, This should be possible now starting with 23.4.1. You have the option to disable based on build type, product flavor or variant. The properties you can use are exemplified below: adeum {
disabledForBuildTypes = ["debug"]
disabledForProductFlavors = ["app"]
disabledForVariants = ["appDebug"]
}
... View more