Jonas Bark
11/13/2018, 10:12 AMApiExample().exampleRequest(machine: machine) { response, exception in
return KotlinUnit()
}
When one wants to distribute a library to 3rd party devs requiring the dev to return a KotlinUnit on every callback has a bad smell attached to it.
Is there any plans to change this behaviour?olonho
11/13/2018, 11:05 AMsvyatoslav.scherbina
11/13/2018, 11:09 AMJonas Bark
11/13/2018, 11:27 AM