Skip to content

Commit e8af5fa

Browse files
committed
[BOOK-434] chore: annotation 순서 변경
1 parent 50da68a commit e8af5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/main/kotlin/com/ninecraft/booket/ReedFirebaseMessagingService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import kotlinx.coroutines.SupervisorJob
2424
import kotlinx.coroutines.cancel
2525
import kotlinx.coroutines.launch
2626

27-
@ServiceKey(ReedFirebaseMessagingService::class)
2827
@ContributesIntoMap(AppScope::class, binding = binding<Service>())
28+
@ServiceKey(ReedFirebaseMessagingService::class)
2929
@Inject
3030
class ReedFirebaseMessagingService(
3131
private val userRepository: UserRepository

feature/main/src/main/kotlin/com/ninecraft/booket/feature/main/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ import dev.zacsweers.metro.Inject
3131
import dev.zacsweers.metro.binding
3232
import tech.thdev.compose.exteions.system.ui.controller.rememberSystemUiController
3333

34-
@ActivityKey(MainActivity::class)
3534
@ContributesIntoMap(AppScope::class, binding = binding<Activity>())
35+
@ActivityKey(MainActivity::class)
3636
@Inject
3737
class MainActivity(
38-
private val circuit: Circuit
38+
private val circuit: Circuit,
3939
) : ComponentActivity() {
4040

4141
override fun onCreate(savedInstanceState: Bundle?) {

0 commit comments

Comments
 (0)