mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
all: refactor model classes and serialization
- Move model classes to a standalone `model` Gradle module - Migrate from Moshi to kotlinx.serialization for multiplatform support
This commit is contained in:
parent
76c46b4229
commit
096d2882e2
24 changed files with 155 additions and 137 deletions
|
@ -34,3 +34,5 @@ include(":common")
|
|||
include(":database")
|
||||
|
||||
include(":desktop")
|
||||
|
||||
include(":model")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue