mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +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 {
|
dependencies {
|
||||||
api(projects.database.core)
|
|
||||||
compileOnly(libs.konvert.annotations)
|
compileOnly(libs.konvert.annotations)
|
||||||
|
api(projects.database.core)
|
||||||
|
implementation(libs.konvert.api)
|
||||||
implementation(libs.kotlinx.serialization.core)
|
implementation(libs.kotlinx.serialization.core)
|
||||||
|
|
||||||
ksp(libs.konvert.processor)
|
ksp(libs.konvert.processor)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue