compose-lobsters/model/build.gradle
Harsh Shandilya 3693bc39f4
model: remove Room annotations and unused dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-09-27 10:28:36 +05:30

8 lines
178 B
Groovy

plugins {
id 'kotlin-kapt'
}
dependencies {
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshi_version"
implementation "com.squareup.moshi:moshi:$moshi_version"
}