common: import toDbModel and implement for LobstersPostDetails

This commit is contained in:
Harsh Shandilya 2021-10-04 17:25:49 +05:30
parent 7f54e6ff1b
commit b7ca16ebe3
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 34 additions and 34 deletions

View file

@ -16,6 +16,7 @@ kotlin {
api(compose.foundation)
api(compose.material)
api(projects.database)
api(projects.model)
}
}
sourceSets["androidMain"].apply {