subkt / myaa.subkt.tasks / org.gradle.api.provider.Property
Name | Summary |
---|---|
invoke | operator fun <T> Property < T >.invoke(value: T ): Unit Set the property to the given value. operator fun <T> Property < T >.invoke(provider: Provider < T >): Unit Set the property to the result of the given Provider, evaluated lazily. operator fun <T> Property < T >.invoke(call: () -> T ): Unit Set the property to the result of the given closure, evaluated lazily. |