File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
33 ext {
4- kotlinVersion = " 2.1.21 "
4+ kotlinVersion = " 2.2.0 "
55 }
66}
77plugins {
You can’t perform that action at this time.
0 commit comments