apply from: "../../Script/config.gradle" ext { codePath = "$rootDir/$rootDirName/$systemUiPath/common" } apply from: "$scriptPath/frameworks_module.gradle" apply plugin: 'kotlin-android' android { namespace 'com.android.systemui.common' kotlinOptions { jvmTarget = "1.8" freeCompilerArgs = ['-Xjvm-default=all'] } }