Skip to content

Instantly share code, notes, and snippets.

@Audhil
Created July 6, 2020 18:57
Show Gist options
  • Save Audhil/3c1de94ac826716ef80fd8b0d8fa0afb to your computer and use it in GitHub Desktop.
Save Audhil/3c1de94ac826716ef80fd8b0d8fa0afb to your computer and use it in GitHub Desktop.
module - gist 5
@Module
@InstallIn(ApplicationComponent::class)
class APIModule {
@Provides
fun giveAPIService(): API = Retrofit.Builder().build().create(API::class.java)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment