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 kotlin multiplatform getenv implementation for JVM, and Native, JS. (Wasm TODO)

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