//Extensions for Dagger Hilt/it.czerwinski.android.hilt

Package it.czerwinski.android.hilt

[androidJvm]

Extensions for Dagger Hilt

Functions

Name Summary
getValue [androidJvm]
Content
operator fun <T> Lazy<T>.getValue(thisRef: Any?, property: KProperty<>): T
More info
Returns the value of the property for the given object from this lazily-computed value handle.


[androidJvm]
Content
operator fun <T> Provider<T>.getValue(thisRef: Any?, property: KProperty<
>): T
More info
Returns the value of the property for the given object from this provider.