Skip to content

Instantly share code, notes, and snippets.

@KaustubhPatange
Created November 18, 2021 12:27
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 KaustubhPatange/c4feb057713f32b2d0a4d9fa68318946 to your computer and use it in GitHub Desktop.
Save KaustubhPatange/c4feb057713f32b2d0a4d9fa68318946 to your computer and use it in GitHub Desktop.
// Navigate from :home-internal module's HomeInternalFragment to :home-internal2 module's HomeInternal2Fragment
// in :home-internal module
interface HomeInternalButtonClicked {
fun goToNext()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment