Skip to content

kpavlov/awesome-kotlin-maven-template

Repository files navigation

awesome-kotlin-maven-template

Kotlin CI with Maven Codacy Badge Codacy Coverage Api Docs

How to run

Create .env file in root directory and add your API keys:

OPENAI_API_KEY=sk-xxxxx

Building project locally:

mvn clean verify

or using Make

make build

Contributing

We welcome contributions! Please see the Contributing Guidelines for details.