Created
July 30, 2021 13:36
-
-
Save SamueldaCostaAraujoNunes/a217d11633436d5b32ddcc90ae46b54f to your computer and use it in GitHub Desktop.
Create AppModule
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package br.com.samuelnunes.rickandmortyapp.di | |
import dagger.Module | |
import dagger.hilt.InstallIn | |
import dagger.hilt.components.SingletonComponent | |
/** | |
* @author Samuel da Costa Araujo Nunes | |
* Created 30/07/2021 at 10:35 | |
*/ | |
@Module | |
@InstallIn(SingletonComponent::class) | |
object AppModule{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment