Skip to content

Instantly share code, notes, and snippets.

@sliskiCode
Last active December 15, 2017 09:44
Show Gist options
  • Select an option

  • Save sliskiCode/8c793fb0929f535d65420b1ed03851c7 to your computer and use it in GitHub Desktop.

Select an option

Save sliskiCode/8c793fb0929f535d65420b1ed03851c7 to your computer and use it in GitHub Desktop.
6 magic sugars that can make your Kotlin codebase happier #21
internal interface Navigable {
val onNavigationClick: (() -> Unit)?
}
internal interface Searchable {
var searchText: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment