bodo
05/19/2020, 9:47 AMandroid {
buildTypes {
create("foo") {
firebaseAppDistribution { -> Unresolved reference!!!
groups = "android_dev_nightly"
}
}
}
}
is it possible to use the "firebaseAppDistribution" in a custom buildType with the new gradle kotlin dsl?