1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 06:26:51 -06:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {

View File

@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '1.5.10'
kotlin_version = '1.5.20'
about_libraries = '8.9.0'
hilt_version = "2.37"
}