-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Thanks for the great project! I just wanted to suggest adding some details to the documentation regarding usage as well as dependencies.
It's true that all of these things are available in the code via tests but it's not super intuitive where to find them. As I write this I know that I found the usage; it's fairly easy but since I didn't commit it to memory I'll have to dig through the tests again.
The same is true for the dependencies for Retrofit and Moshi and whatever else I might need. I'll have to dig around in the code to find out what version is supported.
To solve this, it would be great to have something in the README that has the 3-4 lines of code needed to use the generated output as well as the list of dependencies that need to be added to the build.
Thanks!