[Architecture] use FeatureEntryPoint on Preferences
This commit is contained in:
parent
a1a9ae1f28
commit
66922c2dfa
17 changed files with 94 additions and 33 deletions
|
|
@ -20,6 +20,6 @@ import com.bumble.appyx.core.modality.BuildContext
|
|||
import com.bumble.appyx.core.node.Node
|
||||
import com.bumble.appyx.core.plugin.Plugin
|
||||
|
||||
interface EntryPoint {
|
||||
interface FeatureEntryPoint {
|
||||
fun node(parentNode: Node, buildContext: BuildContext, plugins: List<Plugin> = emptyList()): Node
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue