[Architecture] use FeatureEntryPoint on Preferences

This commit is contained in:
ganfra 2023-03-02 15:59:25 +01:00
parent a1a9ae1f28
commit 66922c2dfa
17 changed files with 94 additions and 33 deletions

View file

@ -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
}