then you can do `project.getExtensions().findByTyp...
# gradle
m
then you can do
project.getExtensions().findByType(AppExtension.class).getApplicationVariants()
(example in Java)