apply from: "../../Script/config.gradle" ext { codePath = "$rootDir/$rootDirName/$systemUiPath/log" } apply from: "$scriptPath/frameworks_module.gradle" apply from: frameworkDependencies apply plugin: 'kotlin-android' android { namespace 'com.android.systemui.log' kotlinOptions { jvmTarget = "1.8" freeCompilerArgs = ['-Xjvm-default=all'] } } dependencies { implementation 'com.google.errorprone:error_prone_annotations:2.26.1' implementation project(":$rootDirName:SystemUI:SystemUICommon") }