A template repository for Xemantic's Kotlin multiplatform projects
Creating new gradle projects, with all the conventions we are using at Xemantic, might be a hassle.
- When creating new GitHub project choose this repository as a template
- Follow the CHECKLIST
From time to time, it is worth to:
./gradlew wrapper --gradle-version 8.12.1 --distribution-type bin
All the gradle dependencies are managed by the libs.versions.toml file in the gradle
dir.
It is easy to check for the latest version by running:
./gradlew