ReddyTintaya
val networkaModule = module { val okHttpClient = OkHttpClient.Builder() .addInterceptor(RequestInterceptor()) }