# fuel-moshi The moshi extension package for [`Fuel`](../README.md). ## Installation You can [download](https://bintray.com/kittinunf/maven/Fuel-Android/_latestVersion) and install `fuel-moshi` with `Maven` and `Gradle`. The moshi package has the following dependencies: * [`Fuel`](../fuel/README.md) * Moshi: 1.8.0 ```groovy implementation 'com.github.kittinunf.fuel:fuel:' implementation 'com.github.kittinunf.fuel:fuel-moshi:' ``` ## Usage See `FuelMoshi.kt`