how can I apply plugin based on condition as bellow :
if(BuildConfig.Flavor=="example")
apply plugin: 'com.google.gms.google-services'```
how can I apply plugin based on condition as bellow :
if(BuildConfig.Flavor=="example")
apply plugin: 'com.google.gms.google-services'```