Skip to content

Commit e8832d8

Browse files
authoredSep 20, 2020
Update README.md
1 parent 939a41f commit e8832d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Use `dotenv.get("...")` instead of Java's `System.getenv(...)`.
3838
compile 'io.github.cdimascio:dotenv-java:1.1.0'
3939
```
4040

41+
Looking for the Kotlin variant? **get [dotenv-kotlin](https://github.com/cdimascio/dotenv-kotlin)**
42+
4143
## Usage
4244
Use `dotenv.get("...")` instead of Java's `System.getenv(...)`. Here's [why](#faq).
4345

0 commit comments

Comments
 (0)
Please sign in to comment.