Loading monet/build.gradle 0 → 100644 +21 −0 Original line number Diff line number Diff line plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' } android { namespace = "com.android.systemui.monet" sourceSets { main { java.srcDirs = ['src'] manifest.srcFile 'AndroidManifest.xml' } } dependencies { // Common implementations api(project(":MonetLib")) } tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } } No newline at end of file Loading
monet/build.gradle 0 → 100644 +21 −0 Original line number Diff line number Diff line plugins { id 'com.android.library' id 'org.jetbrains.kotlin.android' } android { namespace = "com.android.systemui.monet" sourceSets { main { java.srcDirs = ['src'] manifest.srcFile 'AndroidManifest.xml' } } dependencies { // Common implementations api(project(":MonetLib")) } tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } } No newline at end of file