// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { id("com.android.library") version "{{com_android_library}}" apply false id("org.jetbrains.kotlin.android") version "{{org_jetbrains_kotlin_android}}" apply false } tasks.create("clean") { delete(rootProject.buildDir) }