Skip to content

Commit d97fe4d

Browse files
Update kotlin (#385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2898e9f commit d97fe4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102
def okhttp = "4.12.0"
103103
implementation "com.squareup.retrofit2:retrofit:$retrofit"
104104
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:1.0.0"
105-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1"
105+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"
106106
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp"
107107

108108
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
kotlinVersion = "2.1.21"
4+
kotlinVersion = "2.2.0"
55
}
66
}
77
plugins {

0 commit comments

Comments
 (0)