/kotlin-playground

A template repository for a best-practice gradle setup using convention plugins, and collecting some of the favorite Kotlin plugins and libraries I have used over time.

Primary LanguageKotlin

Kotlin playground

Used to collect useful libraries and plugins, while also prototyping architectural solutions, such as feature slicing, DDD, clean architecture. Also attempts to follow Gradle best practices and new features.

Running

  • Run the web API with the gradle task web-app:run.
  • Run the desktop app calling the API with the gradle task desktop-app:run