Rafiul Islam
02/05/2022, 8:44 AMcom.android.application
in my module level gradle file.
plugins {
id 'com.android.application' version '7.0.0-alpha13' apply false
}
And I don' see any dependencies block like
{
classpath('com.android.tools.build:gradle:7.0.0-alpha13')
}
Don't we need this anymore? How my new project is getting android gradle plugin?Vampire
02/05/2022, 9:48 AMclasspath
entry or the manual mapping in the settings script anymore.