Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 374 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 374 Bytes

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