From f360392a73ca31d8cca0bcba0d56ec3cdbfb40c1 Mon Sep 17 00:00:00 2001 From: cb-karthikp Date: Wed, 25 Feb 2026 09:56:23 +0530 Subject: [PATCH] update docs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb00de92..52058c27 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ configurations.all { **Recommended**: Gson `2.10.1` or later is recommended for best compatibility. Projects unable to upgrade should verify that the resolved Gson version is at least `2.8.6`. +**About parsing helper overloads**: Some SDK model/helper APIs provide overloads that accept Gson types (for example, `fromJson(JsonObject)`) in addition to `fromJson(String)`. If a consumer compiles against Gson-typed overloads, Gson must be present on the compile classpath. + ### Install JAR files ***