Some Kotlin delegates examples
- property delegates and class delegates
Some Kotlin delegates examples
| package io.roisagiv.github.weighttracker.api | |
| import okhttp3.OkHttpClient | |
| import okhttp3.logging.HttpLoggingInterceptor | |
| import retrofit2.Response | |
| import retrofit2.Retrofit | |
| import retrofit2.converter.gson.GsonConverterFactory | |
| import retrofit2.create | |
| import retrofit2.http.Body | |
| import retrofit2.http.GET |