Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 591 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 591 Bytes

fuel-moshi

Kotlin

The moshi extension package for Fuel.

Installation

You can download and install fuel-moshi with Maven and Gradle. The moshi package has the following dependencies:

  • fuel:fuel:<same-version>
  • Kotlin: 1.3.20
  • Moshi: 1.8.0
compile 'com.github.kittinunf.fuel:fuel:<latest-version>'
compile 'com.github.kittinunf.fuel:fuel-moshi:<latest-version>'

Usage

See FuelMoshi.kt