forked from github/wulkanowy-mirror
Bump kotlin_version from 1.5.10 to 1.5.20 (#1381)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user