We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15b162e + 71bcbfc commit 664a84dCopy full SHA for 664a84d
retrofit-converters/kotlinx-serialization/README.md
@@ -7,7 +7,7 @@ create a `Converter.Factory`. You will need to supply a `MediaType` for use as t
7
`Content-Type` header for request bodies.
8
9
```kotlin
10
-val api = Retrofit.Builder()
+val retrofit = Retrofit.Builder()
11
.baseUrl("https://example.com/")
12
.addConverterFactory(
13
Json.asConverterFactory(
0 commit comments