File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
core/network/src/main/java/com/google/samples/apps/nowinandroid/core/network/retrofit Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import com.google.samples.apps.nowinandroid.core.network.model.NetworkChangeList
2222import com.google.samples.apps.nowinandroid.core.network.model.NetworkNewsResource
2323import com.google.samples.apps.nowinandroid.core.network.model.NetworkTopic
2424import com.jakewharton.retrofit2.converter.kotlinx.serialization.asConverterFactory
25- import kotlinx.serialization.ExperimentalSerializationApi
2625import kotlinx.serialization.Serializable
2726import kotlinx.serialization.json.Json
2827import okhttp3.Call
@@ -81,7 +80,6 @@ class RetrofitNiaNetwork @Inject constructor(
8180 .baseUrl(NiaBaseUrl )
8281 .callFactory(okhttpCallFactory)
8382 .addConverterFactory(
84- @OptIn(ExperimentalSerializationApi ::class )
8583 networkJson.asConverterFactory(" application/json" .toMediaType()),
8684 )
8785 .build()
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ androidxActivity = "1.7.0"
66androidxAppCompat = " 1.5.1"
77androidxBrowser = " 1.4.0"
88androidxComposeBom = " 2023.01.00"
9- androidxComposeCompiler = " 1.4.1 "
9+ androidxComposeCompiler = " 1.4.4 "
1010androidxComposeMaterial3 = " 1.1.0-alpha06"
1111androidxComposeRuntimeTracing = " 1.0.0-alpha01"
1212androidxCore = " 1.9.0"
@@ -37,17 +37,17 @@ hilt = "2.44.2"
3737hiltExt = " 1.0.0"
3838jacoco = " 0.8.7"
3939junit4 = " 4.13.2"
40- kotlin = " 1.8.0 "
40+ kotlin = " 1.8.10 "
4141kotlinxCoroutines = " 1.6.4"
4242kotlinxDatetime = " 0.4.0"
43- kotlinxSerializationJson = " 1.4.1 "
44- ksp = " 1.8.0 -1.0.9"
43+ kotlinxSerializationJson = " 1.5.0 "
44+ ksp = " 1.8.10 -1.0.9"
4545lint = " 30.3.1"
4646okhttp = " 4.10.0"
4747protobuf = " 3.21.12"
4848protobufPlugin = " 0.8.19"
4949retrofit = " 2.9.0"
50- retrofitKotlinxSerializationJson = " 0.8 .0"
50+ retrofitKotlinxSerializationJson = " 1.0 .0"
5151room = " 2.5.0"
5252secrets = " 2.0.1"
5353turbine = " 0.12.1"
You can’t perform that action at this time.
0 commit comments