Skip to content

Instantly share code, notes, and snippets.

@qwert2603
Created August 7, 2021 17:04
Show Gist options
  • Save qwert2603/ddacdf3cc0484f337cc0ba4a1f8400fa to your computer and use it in GitHub Desktop.
Save qwert2603/ddacdf3cc0484f337cc0ba4a1f8400fa to your computer and use it in GitHub Desktop.
inline fun <reified K, reified V> Koin.getMultibinding(): Map<K, V> =
get<Multibinding<K, V>>(qualifier = multibindingQualifier<K, V>()).toMap()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment