Skip to content

Instantly share code, notes, and snippets.

@klukwist
Created October 13, 2022 15:53
Show Gist options
  • Save klukwist/2734ac1717428f3e93bac8f1aa3b7277 to your computer and use it in GitHub Desktop.
Save klukwist/2734ac1717428f3e93bac8f1aa3b7277 to your computer and use it in GitHub Desktop.
inline fun <reified T : Any> get(noinline params: (Params.() -> Unit)? = null): T {
return SimpleDiStorage.getInstance(params)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment