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.
Note
There is no value in using this project directly as a dependency, however the usage section is included, so you can replace it with your project dependency:
In build.gradle.kts
add:
dependencies {
implementation("com.xemantic.template:xemantic-project-template:0.2.0")
}
- 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