Skip to content

Instantly share code, notes, and snippets.

@appspell
Created May 11, 2021 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save appspell/87e3ad70b109eb442770bdba16f30c90 to your computer and use it in GitHub Desktop.
Save appspell/87e3ad70b109eb442770bdba16f30c90 to your computer and use it in GitHub Desktop.
@Component(
modules = [Screen1Module::class]
)
@Screen1Scope
interface Screen1Component {
@Component.Builder
interface Builder {
fun build(): Screen1Component
}
fun getViewModel() : Screen1ViewModel
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment