Skip to content

Instantly share code, notes, and snippets.

@krzdabrowski
Last active June 16, 2024 03:41
Show Gist options
  • Save krzdabrowski/1e814d3e293d6d64fdebe5695e241640 to your computer and use it in GitHub Desktop.
Save krzdabrowski/1e814d3e293d6d64fdebe5695e241640 to your computer and use it in GitHub Desktop.
class HiltTestRunner : AndroidJUnitRunner() {
override fun newApplication(
cl: ClassLoader?,
name: String?,
context: Context?,
): Application {
return super.newApplication(cl, HiltTestApplication::class.java.name, context)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment