Skip to content

Instantly share code, notes, and snippets.

@makorowy
Created November 22, 2020 14:36
Show Gist options
  • Save makorowy/f4a87268d4ad93b0d9d61e9de112343b to your computer and use it in GitHub Desktop.
Save makorowy/f4a87268d4ad93b0d9d61e9de112343b to your computer and use it in GitHub Desktop.
[BLOG] Example of some repository, implementation not important
class SettingsRepository {
val settings: Settings get() = /* retrieving settings */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment