Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 07:50
Show Gist options
  • Save orcchg/150e673fe87fbe749dd7443ceafe7bb0 to your computer and use it in GitHub Desktop.
Save orcchg/150e673fe87fbe749dd7443ceafe7bb0 to your computer and use it in GitHub Desktop.
import retrofit2.Retrofit
interface NetworkCoreLibApi : Api {
fun retrofit(): Retrofit
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment