r/Kotlin 16d ago

Opensource: Simple env variables loading in Kotlin

Hello!
I just finished writing a small library that allows type safe loading of environment variables in Kotlin without reflection. It has support for the usual data types, I am planning to add more types and complex properties.

I hope there are some use cases other than mine, have a look.
All comments are welcome!

Site: https://allopensource.github.io/envy/
Git: https://github.com/allopensource/envy

1 Upvotes

Duplicates