getGlobalComponent

@MainThread
fun getGlobalComponent(    lifecycleOwner: LifecycleOwner,     applicationContext: Context,     clientTag: String): GlobalComponent

Provides an instance of the NavApp GlobalComponent.

GlobalComponent is a lifecycle dependent component and will be released when the provided lifecycleOwner is destroyed. The clientTag is used to track the lifecycle of the returned component in logs.