Skip to content

Commit f360392

Browse files
committed
update docs
1 parent c99179e commit f360392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ configurations.all {
100100

101101
**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`.
102102

103+
**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.
104+
103105
### Install JAR files
104106
***
105107

0 commit comments

Comments
 (0)