Stay organized with collections
Save and categorize content based on your preferences.
DIRECTORY
@Incubating object DIRECTORY : ArtifactKind<Directory>
Summary
Public methods
dataType
fun dataType(): KClass<Directory>
Return |
The data type used by Gradle to represent the file abstraction for this
artifact kind. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ArtifactKind.DIRECTORY\n\nDIRECTORY\n=========\n\n```\n@Incubating object DIRECTORY : ArtifactKind\u003cDirectory\u003e\n```\n\n|---|---|------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [com.android.build.api.artifact.ArtifactKind](/reference/tools/gradle-api/4.2/com/android/build/api/artifact/ArtifactKind)\\\u003c[org.gradle.api.file.Directory](https://docs.gradle.org/current/javadoc/org/gradle/api/file/Directory.html)\\\u003e ||\n| | ↳ | [com.android.build.api.artifact.ArtifactKind.DIRECTORY](#) |\n\nSummary\n-------\n\n| ### Public methods ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|\n| [KClass](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/index.html)\\\u003c[Directory](https://docs.gradle.org/current/javadoc/org/gradle/api/file/Directory.html)\\\u003e | [dataType](#dataType())`()` \u003cbr /\u003e |\n\nPublic methods\n--------------\n\n### dataType\n\n```\nfun dataType(): KClass\u003cDirectory\u003e\n```\n\n| Return ||\n|---|---|\n| The data type used by Gradle to represent the file abstraction for this artifact kind. ||"]]