- Kotlin 2.1.0 with JVM toolchain 21
- kotlin-test for testing with JUnit Platform
- ktlint configured with official code style
- EditorConfig for consistent formatting
- AI-free coding zone - see AGENTS.md
- JDK 21 or later
./gradlew build./gradlew testRun ktlint to check code style:
./gradlew ktlintCheckAuto-format code with ktlint:
./gradlew ktlintFormatsrc/
├── main/
│ ├── kotlin/ # Application source code
│ └── resources/ # Application resources
└── test/
├── kotlin/ # Test source code
└── resources/ # Test resources
This repository is designated as an AI-free coding zone. Please see AGENTS.md for details.
None - use it however you like!