Skip to content

Instantly share code, notes, and snippets.

@manhduy
Last active November 21, 2021 04:46
Show Gist options
  • Save manhduy/c5705fb636fc4f0862f23b6bb1cab6f4 to your computer and use it in GitHub Desktop.
Save manhduy/c5705fb636fc4f0862f23b6bb1cab6f4 to your computer and use it in GitHub Desktop.
@Module
@InstallIn(SingletonComponent::class)
class AppModule {
@Singleton
@Provides
fun provideCalculator(): Calculator = Calculator()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment