All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.makeevrserg.mobilex.di.Module.kt Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy