compose-lobsters/model/build.gradle
Harsh Shandilya cec0e1bbcb
gradle: reformat all build files with 2SI
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-10-29 16:38:01 +05:30

8 lines
172 B
Groovy

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