We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 939a41f commit e8832d8Copy full SHA for e8832d8
README.md
@@ -38,6 +38,8 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
38
compile 'io.github.cdimascio:dotenv-java:1.1.0'
39
```
40
41
+Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**
42
+
43
## Usage
44
Use `dotenv.get("...")` instead of Java's `System.getenv(...)`. Here's [why](#faq).
45
0 commit comments