Skip to content

A simple kotlin multiplatform getenv implementation

License

Notifications You must be signed in to change notification settings

luca992/getenv-kt

Repository files navigation

getenv-kt

A simple no-dependency kotlin multiplatform getenv implementation for all kotlin multiplatform targets.

dependencies {
    implementation("io.github.luca992.getenv-kt:getenv:0.4.0")
}