fix(deps): update kotlin monorepo to v1.9.23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Родитель
0c7f35ee38
Коммит
796193b492
|
@ -7,7 +7,7 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.9.22'
|
||||
kotlin_version = '1.9.23'
|
||||
}
|
||||
repositories {
|
||||
google()
|
||||
|
|
|
@ -37,7 +37,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.23"))
|
||||
|
||||
implementation project(path: ':lib')
|
||||
implementation 'androidx.appcompat:appcompat:1.6.1'
|
||||
|
|
Загрузка…
Ссылка в новой задаче