Format
This commit is contained in:
parent
00bfa7e65b
commit
4da6e39452
1 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,9 @@ import kotlinx.coroutines.launch
|
||||||
import kotlinx.parcelize.Parcelize
|
import kotlinx.parcelize.Parcelize
|
||||||
import timber.log.Timber
|
import timber.log.Timber
|
||||||
|
|
||||||
@ContributesNode(AppScope::class) @AssistedInject class RootFlowNode(
|
@ContributesNode(AppScope::class)
|
||||||
|
@AssistedInject
|
||||||
|
class RootFlowNode(
|
||||||
@Assisted val buildContext: BuildContext,
|
@Assisted val buildContext: BuildContext,
|
||||||
@Assisted plugins: List<Plugin>,
|
@Assisted plugins: List<Plugin>,
|
||||||
private val sessionStore: SessionStore,
|
private val sessionStore: SessionStore,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue