Skip to content

Instantly share code, notes, and snippets.

@PetkevichPavel
Created May 3, 2020 18:59
Show Gist options
  • Save PetkevichPavel/b148159c4ecb40fdd75d64a57459bac0 to your computer and use it in GitHub Desktop.
Save PetkevichPavel/b148159c4ecb40fdd75d64a57459bac0 to your computer and use it in GitHub Desktop.
SharedPreferences under Delegated Properties
interface SharedPreferencesProvider {
val preferences: SharedPreferences
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment