kotlingang / kds

Kotlin Data Storage is a multiplatform coroutine-based kotlin library for storing Serializables with kotlinx.serialization and delegates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix library architecture

y9san9 opened this issue · comments

Another one architecture idea is to make something like properties as root entity. Files should be encapsulated under this and extends properties. I should create new abstract entity responsible for writing content synchronous or asynchronous.

For end users this does not change anything