provideDelegate

operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): EnvironmentVariable<String>(source)

Deprecated

Replaced by environment

Replace with

environment

Shortcut to make API usable like this

class Config : EConfig("prefix") {

val PORT by this

}