ArtifactKind.FILE
object ArtifactKind.FILE : ArtifactKind
Summary
Public functions |
|
---|---|
open KClass<RegularFile> |
dataType() |
Public functions
dataType
open fun dataType(): KClass<RegularFile>
Returns | |
---|---|
KClass<RegularFile> |
The data type used by Gradle to represent the file abstraction for this artifact kind. |