Upgraded to Studio Canary build. My previous project of Telegram Messenger is giving following error.
Error:All flavors must now belong to a named fla
If you don't really need the mechanism, just specify a random flavor dimension in your build.gradle:
build.gradle
android { ... flavorDimensions "default" ... }
For more information, check the migration guide