Skip to content

Commit

Permalink
Add missing imports in the Knit example for NetworkEitherCallAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-kalnik-gcx committed Jan 3, 2022
1 parent f55bffb commit ff4293d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -42,7 +42,9 @@ import java.lang.reflect.Type
* ```kotlin
* import arrow.core.Either
* import arrow.retrofit.adapter.either.networkhandling.CallError
* import retrofit2.http.Body
* import retrofit2.http.GET
* import retrofit2.http.POST
*
* data class User(val name: String)
*
Expand Down
Expand Up @@ -3,7 +3,9 @@ package arrow.core.retrofit.examples.exampleArrowRetrofit02

import arrow.core.Either
import arrow.retrofit.adapter.either.networkhandling.CallError
import retrofit2.http.Body
import retrofit2.http.GET
import retrofit2.http.POST

data class User(val name: String)

Expand Down

0 comments on commit ff4293d

Please sign in to comment.