plugins { id 'com.android.application' version '8.3.0' apply false } tasks.register('clean', Delete) { delete rootProject.buildDir }