Skip to content

Commit ae0aa4d

Browse files
committed
ignore
1 parent 0b54f42 commit ae0aa4d

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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+
}

0 commit comments

Comments
 (0)