1
0

Bump kotlin_version from 1.5.10 to 1.5.20 (#1381)

This commit is contained in:
dependabot[bot]
2021-06-27 20:09:46 +00:00
committed by GitHub
parent 3decc95a20
commit b046679542
2 changed files with 7 additions and 1 deletions

View File

@ -128,6 +128,12 @@ android {
kapt {
correctErrorTypes true
javacOptions {
//Bug workaround https://youtrack.jetbrains.com/issue/KT-47416
option("-Adagger.fastInit=ENABLED")
option("-Adagger.hilt.android.internal.disableAndroidSuperclassValidation=true")
}
}
play {