File tree Expand file tree Collapse file tree
app/src/main/java/in/hridayan/ashell Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package `in`.hridayan.ashell
2-
3- import dagger.hilt.EntryPoint
4- import dagger.hilt.InstallIn
5- import dagger.hilt.components.SingletonComponent
6- import `in`.hridayan.ashell.crashreporter.domain.repository.CrashRepository
7-
8- @EntryPoint
9- @InstallIn(SingletonComponent ::class )
10- interface AppEntryPoint {
11- fun crashRepository (): CrashRepository
12- fun tileComponentManager (): `in`.hridayan.ashell.qstiles.data.provider.TileComponentManager
13- }
1+ package `in`.hridayan.ashell
2+
3+ import dagger.hilt.EntryPoint
4+ import dagger.hilt.InstallIn
5+ import dagger.hilt.components.SingletonComponent
6+ import `in`.hridayan.ashell.crashreporter.domain.repository.CrashRepository
7+ import `in`.hridayan.ashell.qstiles.data.provider.TileComponentManager
8+
9+ @EntryPoint
10+ @InstallIn(SingletonComponent ::class )
11+ interface AppEntryPoint {
12+ fun crashRepository (): CrashRepository
13+ fun tileComponentManager (): TileComponentManager
14+ }
You can’t perform that action at this time.
0 commit comments