Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 3.67 KB

README.md

File metadata and controls

57 lines (37 loc) · 3.67 KB

xemantic-project-template

A template repository for Xemantic's Kotlin multiplatform projects

Maven Central Version GitHub Release Date license

GitHub Actions Workflow Status GitHub branch check runs GitHub commits since latest release GitHub last commit

GitHub contributors GitHub commit activity GitHub code size in bytes GitHub Created At kotlin version discord users online Bluesky

Why?

Creating new gradle projects, with all the conventions we are using at Xemantic, might be a hassle.

How?

  1. When creating new GitHub project choose this repository as a template
  2. Follow the CHECKLIST

Updating this template project

From time to time, it is worth to:

Update gradlew wrapper

./gradlew wrapper --gradle-version 8.12.1 --distribution-type bin

Update all the dependencies to the latest versions

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