Library

File

File and resource helpers for working with packaged assets and filesystem permissions.

Artifact
helix-file
Category
Utilities

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.