get Value
Deprecated
Use 'val files = configurableFileCollection.getFiles()' instead. See the Gradle 9.6 upgrading guide.
Property delegate for ConfigurableFileCollection instances.
Example: val aFileCollection by project.files()
Since
4.1
Deprecated
Use 'val extension = extensions.getByType<Type>()' instead. See the Gradle 9.6 upgrading guide.
Delegated property getter that locates extensions.
Since
5.6
Deprecated
Use the named() API instead. See the Gradle 9.6 upgrading guide.
Gets the delegate value.
Since
4.10
Deprecated
Use 'val value = provider.get()' instead. See the Gradle 9.6 upgrading guide.
Allows a NamedDomainObjectProvider to be used as a property delegate.
Since
5.6
See also
Deprecated
Use 'val value = property.get()' instead. See the Gradle 9.6 upgrading guide.
Property delegate for Property instances.
Example: val someProperty by somePropertyState
Since
4.3