Razvan
02/03/2021, 6:42 PMResult<R. RemoteFailure>
to Result<R, Response>
but it keeps generating the extension action function with RemoteFailure. Cleaned hole project but still fails with:
Type mismatch: inferred type is Result<LineAidResponse /* = Map<String, String> */, Response> but Result<Map<String, String>, RemoteFailure> was expected
dave
02/03/2021, 6:46 PMHttp4kConnectAdapterProcessor
and fix it up manually?Razvan
02/03/2021, 6:49 PMdave
02/03/2021, 6:50 PMRazvan
02/03/2021, 6:56 PMdave
02/03/2021, 7:16 PMHttp4kConnectAdapterProcessor
so it doesn't hardcode the result and you are free to vary the result type as you wish.Razvan
02/03/2021, 7:20 PMkapt("org.http4k:http4k-connect-kapt-generator:2.14.1.0")
if I don't set the version it fails with
> Could not find org.http4k:http4k-connect-kapt-generator:.
dave
02/03/2021, 8:20 PMRazvan
02/03/2021, 9:33 PMdave
02/04/2021, 12:47 PM