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