mirror of
https://github.com/Corewala/Buran
synced 2025-02-07 15:05:55 +00:00
Kapt fix
This commit is contained in:
parent
9f81e66cac
commit
380b36b3b2
1 changed files with 4 additions and 1 deletions
|
@ -18,4 +18,7 @@ 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 workaround
|
||||
kapt.use.worker.api=false
|
||||
kapt.incremental.apt=false
|
||||
|
|
Loading…
Reference in a new issue