mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
fix(model): ensure all classes have a readable toString
This commit is contained in:
parent
3706fdd284
commit
7eb4b45ab1
6 changed files with 10 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
plugins {
|
||||
id("dev.msfjarvis.claw.kotlin-jvm")
|
||||
alias(libs.plugins.kotlin.serialization)
|
||||
alias(libs.plugins.poko)
|
||||
}
|
||||
|
||||
dependencies { implementation(libs.kotlinx.serialization.core) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue