fake-g-apps/build.gradle.kts

9 lines
262 B
Text
Raw Normal View History

2025-11-21 14:55:43 +01:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.6.0" apply false
}
tasks.withType(JavaCompile::class.java) {
options.compilerArgs.add("-Xlint:all")
}