Package-level declarations

Types

Link copied to clipboard
class KoinFragmentFactory(scope: Scope? = null) : FragmentFactory, KoinComponent

FragmentFactory for Koin

Functions

Link copied to clipboard
inline fun <F : Fragment> FragmentTransaction.replace(@IdRes containerViewId: Int, args: Bundle? = null, tag: String? = null): FragmentTransaction

Replace container

Link copied to clipboard
fun FragmentActivity.setupKoinFragmentFactory(scope: Scope? = null)

Set supportFragmentManager.fragmentFactory to KoinFragmentFactory