Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created September 25, 2022 07:50
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 alibahaaa/7e9ed0a8e5de97519f65c8478c7c2ff0 to your computer and use it in GitHub Desktop.
Save alibahaaa/7e9ed0a8e5de97519f65c8478c7c2ff0 to your computer and use it in GitHub Desktop.
fun <T> Koin.getDependency(objCClass: ObjCClass): T? = getOriginalKotlinClass(objCClass)?.let {
getDependency(it)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment