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
- Host: GitHub
- URL: https://github.com/luca992/getenv-kt
- Owner: luca992
- License: mit
- Created: 2023-02-26T19:14:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T06:04:36.000Z (10 months ago)
- Last Synced: 2024-07-29T05:45:57.367Z (10 months ago)
- Topics: getenv, kotlin, kotlin-ios, kotlin-js, kotlin-jvm, kotlin-linux, kotlin-mac, kotlin-multiplatform, kotlin-native, kotlin-wasm
- Language: Kotlin
- Homepage:
- Size: 179 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
}
```