https://github.com/dotenv-org/hello-kotlin
Example code using dotenv-vault-kotlin
https://github.com/dotenv-org/hello-kotlin
Last synced: 5 months ago
JSON representation
Example code using dotenv-vault-kotlin
- Host: GitHub
- URL: https://github.com/dotenv-org/hello-kotlin
- Owner: dotenv-org
- Created: 2023-05-06T22:51:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T23:24:05.000Z (about 3 years ago)
- Last Synced: 2024-12-30T12:13:46.093Z (over 1 year ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-kotlin
Example code using [dotenv-vault-kotlin](https://github.com/dotenv-org/dotenv-vault-kotlin)
## Usage
```bash
cd hello-kotlin
gradle run
```
This app was created by following this [tutorial](https://docs.gradle.org/current/samples/sample_building_kotlin_applications.html) and then adding [dotenv-vault-kotlin](https://github.com/dotenv-org/dotenv-vault-kotlin).