A simple Gradle project with Kotlin support.
This is a modern Kotlin/Gradle project configured with:
- Kotlin JVM Plugin v1.9.22
- Java 21 target runtime
- JUnit 4 for testing
- GitHub Actions CI/CD for automated builds and tests
./gradlew build./gradlew run./gradlew testThis project uses GitHub Actions for continuous integration. The CI pipeline automatically:
- Builds the project on every push to
mainanddevelopbranches - Runs unit tests
- Uploads build reports as artifacts
- Publishes test results
The workflow file is located at .github/workflows/ci.yml