
Template simplifies creation of new Gradle projects with Xemantic's conventions, offering a structured setup and update guidelines for dependencies and project configurations.
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.1.0")
}See DEVELOPMENT.md for maintenance notes — updating the gradle wrapper and the project dependencies.
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.1.0")
}See DEVELOPMENT.md for maintenance notes — updating the gradle wrapper and the project dependencies.