Skip to content

Commit 796193b

Browse files
fix(deps): update kotlin monorepo to v1.9.23
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c7f35e commit 796193b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
buildscript {
99
ext {
10-
kotlin_version = '1.9.22'
10+
kotlin_version = '1.9.23'
1111
}
1212
repositories {
1313
google()

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737

3838
dependencies {
3939
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
40-
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
40+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.23"))
4141

4242
implementation project(path: ':lib')
4343
implementation 'androidx.appcompat:appcompat:1.6.1'

0 commit comments

Comments
 (0)