Skip to content

Instantly share code, notes, and snippets.

@robertlevonyan
Created March 4, 2021 07:34
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 robertlevonyan/d64e593855aad6d88b0a4dec9d28035d to your computer and use it in GitHub Desktop.
Save robertlevonyan/d64e593855aad6d88b0a4dec9d28035d to your computer and use it in GitHub Desktop.
object ObjectBox {
lateinit var boxStore: BoxStore
private set
fun init(context: Context) {
boxStore = MyObjectBox.builder()
.androidContext(context.applicationContext)
.build()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment