<@U0B0WETDM>: I've been working on porting fuel to...
# kotlin-fuel
y
@kittinunf: I've been working on porting fuel to standard JVM. What I did is to remove json callback, copy base64 method from android source, remove
AndroidMainThreadExecutor
for just run Executor. It will be very simple to add fuel-android: 1. extension method of
resonseJson
2. Overriding
Manager.callbackExecutor
, but it will require the user to call a method.