forked from github/wulkanowy-mirror
Bump kotlin_version from 1.9.10 to 1.9.21 (#2357)
This commit is contained in:
parent
e82ac78d4a
commit
2c40c221c3
@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.9.10'
|
||||
kotlin_version = '1.9.21'
|
||||
about_libraries = '10.9.2'
|
||||
hilt_version = '2.48.1'
|
||||
}
|
||||
@ -13,7 +13,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
|
||||
classpath "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$kotlin_version-1.0.13"
|
||||
classpath "com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:$kotlin_version-1.0.15"
|
||||
classpath 'com.android.tools.build:gradle:8.1.4'
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||
classpath 'com.google.gms:google-services:4.4.0'
|
||||
|
@ -11,3 +11,5 @@ android.defaults.buildfeatures.buildconfig=true
|
||||
# https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-common-faq-0000001063210244#section17273113244910
|
||||
apmsInstrumentationEnabled=false
|
||||
|
||||
# https://community.sonarsource.com/t/sonarscanner-for-gradle-you-can-now-decide-when-to-compile/102069/2
|
||||
systemProp.sonar.gradle.skipCompile=true
|
||||
|
Loading…
Reference in New Issue
Block a user