Skip to content

v0.3.0

Compare
Choose a tag to compare
@kotlitecture kotlitecture released this 22 Jun 11:23
· 14 commits to master since this release
65824f5

Changes

  • Added new target - Ktor Server (Backend, #4). The target is optional (so can be included/excluded in wizard as well). When it is included, the extra module will be added to serve common domain logic between client and server (shared/domain).
  • Added new feature SQLDelight Datasource. The integration is preconfigured for all client platforms and includes showcases. It also supports paging using Cash App Paging Library (paging logic and appropriate showcases will be included if Paging Library is added via online tool).
  • Renamed client module composeApp to app. The template itself is based on Compose Multiplatform with 100% logic shared across all targets (iOS, Android, JVM, Web/JS), so no need to write this prefix in client app).
  • Refactored some core components to be more simple to use.
  • Updated documentation, showcases and diagrams.
  • The root README.MD is slightly updated to describe how to get started with the template.