Skip to content

Instantly share code, notes, and snippets.

@manuelvicnt
Last active August 23, 2021 10:39
Show Gist options
  • Save manuelvicnt/02297c2130c249c39d2df60c1ac72be3 to your computer and use it in GitHub Desktop.
Save manuelvicnt/02297c2130c249c39d2df60c1ac72be3 to your computer and use it in GitHub Desktop.
class MusicPlayer @Inject constructor(
private val db: MusicDatabase
) {
fun play(id: String) { ... }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment