An open API service indexing awesome lists of open source software.

https://github.com/luca992/getenv-kt

A simple kotlin multiplatform getenv implementation
https://github.com/luca992/getenv-kt

getenv kotlin kotlin-ios kotlin-js kotlin-jvm kotlin-linux kotlin-mac kotlin-multiplatform kotlin-native kotlin-wasm

Last synced: about 1 month ago
JSON representation

A simple kotlin multiplatform getenv implementation

Awesome Lists containing this project

README

        

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

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