I have
2 flavors
- flavor1
- flavor2
and
5 buildtypes
- dev
- debug
- uat
- preprod
- release
I would like to set full applicationId to be
- com.example.flavor1dev
- com.example.flavor1debug
- com.example.flavor1uat
- com.example.flavor1preprod
- com.example.flavor1
- com.example.flavor2.dev
- com.example.flavor2.debug
- com.example.flavor2.uat
- com.example.flavor2.preprod
- com.example.flavor2
I use kotlin-dsl ,Please help
update your build.gradle to below