Kelvin Chung
04/07/2024, 5:20 AMdependencies {
"variantImplementation"(project(path))
}
That seems... awkward.Vampire
04/08/2024, 9:16 AMval variantImplementation by configurations.existing
instead of the string-y usage in dependencies
, what do you think is awkward?