Retrofit with Kotlin-Android
n this tutorial we will learn how to implement Retrofit HTTP client in Android with Kotlin. Retrofit is a powerful HTTP client for an Android and Java built by awesome folks at Square . Retrofit Configured with convertors makes it easy to serialize structured data sets. Typically for JSON we uses Gson convertors to serialization…