1
0
Fork 0
mirror of https://github.com/Corewala/Buran synced 2025-01-03 05:34:28 +00:00
This commit is contained in:
Corewala 2022-01-07 10:02:05 -05:00
parent 9f81e66cac
commit 380b36b3b2

View file

@ -19,3 +19,6 @@ android.useAndroidX=true
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
# Kapt workaround
kapt.use.worker.api=false
kapt.incremental.apt=false