mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-01-19 06:36:53 -06:00
Bump kotlin_version from 1.5.10 to 1.5.20 (#1381)
This commit is contained in:
parent
3decc95a20
commit
b046679542
@ -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 {
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user