From 0e506bd629710d2876f8a94aba11ced8d499718e Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 19 Mar 2024 07:35:00 -0400 Subject: [PATCH] Deprecate --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84a79c8..a7f2ea7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A Retrofit 2 `Converter.Factory` for [Kotlin serialization](https://github.com/Kotlin/kotlinx.serialization/). +**DEPRECATED** This has moved into Retrofit as a first-party converter. See [here](https://github.com/square/retrofit/tree/trunk/retrofit-converters/kotlinx-serialization) for info. + ## Usage