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

commonMain.com.makeevrserg.mobile.di_container.CDependency.kt Maven / Gradle / Ivy

package com.makeevrserg.mobile.di_container

import kotlin.reflect.KProperty

/**
 * Working-out for ios Swift
 */
class CDependency(private val dependency: Dependency) : Dependency by dependency

inline operator fun  CDependency.getValue(t: K?, property: KProperty<*>): T = value

inline fun  Dependency.cDependency(): CDependency = CDependency(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy