Usage
build.gradle
Groovy DSL
dependencies {
implementation helix.file
}
build.gradle.kts
Kotlin DSL
dependencies {
implementation(helix.file)
}
Configuration
No Helix-specific configuration properties are required for this library.
Search across guides, reference pages, framework concepts, and ecosystem modules.
Open full search pageLibrary
File and resource helpers for working with packaged assets and filesystem permissions.
build.gradle
dependencies {
implementation helix.file
}
build.gradle.kts
dependencies {
implementation(helix.file)
}
No Helix-specific configuration properties are required for this library.