mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +05:30
fix(model): restore konvert-api dependency
This commit is contained in:
parent
54ec5a4c8d
commit
9bd0df2aa8
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api(projects.database.core)
|
||||
compileOnly(libs.konvert.annotations)
|
||||
api(projects.database.core)
|
||||
implementation(libs.konvert.api)
|
||||
implementation(libs.kotlinx.serialization.core)
|
||||
|
||||
ksp(libs.konvert.processor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue