commonMain.com.makeevrserg.mobilex.di.Module.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-locator Show documentation
Show all versions of service-locator Show documentation
KMM library with frequently used code
The newest version!
package com.makeevrserg.mobilex.di
import kotlin.reflect.KProperty
/**
* [Module] interface is a definition for module package, which will contains
* other dependencies or even submodules which are also will be [Module]
*/
interface Module
inline operator fun T.getValue(t: K?, property: KProperty<*>): T = this