Results 1 comments of Walter Lara

Added @JakeWharton I'm getting a similar KotlinNullPointerException using a service that returns 204 (no content) on a delete call. Something like this: `@DELETE("/api/{id}") suspend fun deleteItem(@Path("id") id: String)` Would that...