mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 09:07:01 +05:30
model: remove Room annotations and unused dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
aa7a732cce
commit
3693bc39f4
2 changed files with 0 additions and 8 deletions
|
@ -3,8 +3,6 @@ plugins {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
api "androidx.room:room-runtime:$room_version"
|
||||
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
|
||||
implementation "com.squareup.moshi:moshi:$moshi_version"
|
||||
implementation "com.squareup.moshi:moshi-kotlin:$moshi_version"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue