Skip to content

Commit

Permalink
Add Kotlin DSL to readme (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG authored Mar 13, 2021
1 parent 966a915 commit 602a08a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@ Looking for the pure Java variant (no Kotlin), get [dotenv-java](https://github.
[Previous versions](https://github.com/cdimascio/java-dotenv#Previous-Versions-of-java-dotenv)

### Gradle

#### Gradle Groovy DSL
```groovy
compile 'io.github.cdimascio:dotenv-kotlin:6.2.2'
implementation 'io.github.cdimascio:dotenv-kotlin:6.2.2'
```

#### Gradle Kotlin DSL
```kotlin
implementation("io.github.cdimascio:dotenv-kotlin:6.2.2")
```

## Usage
Expand Down

0 comments on commit 602a08a

Please sign in to comment.