Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 12:12:12 +02:00
parent af88880c5d
commit b7d5af23d6
40 changed files with 402 additions and 604 deletions

View File

@ -18,4 +18,5 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official
kapt.incremental.apt=true