The API of this project exposes the class com.google.gson.JsonElement from the the transitive dependency com.google.code.gson:gson:2.8.9. This PR fixes that by declaring that dependency using the api configuration. Information about the api configuration can be found in Gradle's The Java Library Plugin
While preparing this PR, I visually reviewed the API and this is the only one I could see.
This addresses #339
The API of this project exposes the class
com.google.gson.JsonElement
from the the transitive dependencycom.google.code.gson:gson:2.8.9
. This PR fixes that by declaring that dependency using theapi
configuration. Information about theapi
configuration can be found in Gradle's The Java Library PluginWhile preparing this PR, I visually reviewed the API and this is the only one I could see.