Repo created
This commit is contained in:
parent
8ed267efd9
commit
bca80f6a46
22 changed files with 1516 additions and 2 deletions
8
build.gradle.kts
Executable file
8
build.gradle.kts
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
// 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")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue