all: switch to moshi-ksp

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-02-28 19:48:43 +05:30
parent 7b87792d8a
commit fb2005fd83
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
9 changed files with 15 additions and 7 deletions

View file

@ -1,11 +1,12 @@
plugins {
kotlin("jvm")
id("com.google.devtools.ksp") version "1.4.30-1.0.0-alpha04"
`lobsters-plugin`
}
dependencies {
api(Dependencies.ThirdParty.Retrofit.lib)
implementation(Dependencies.ThirdParty.Moshi.moshiMetadataReflect)
ksp(Dependencies.ThirdParty.Moshi.ksp)
implementation(Dependencies.ThirdParty.Retrofit.moshi)
testImplementation(Dependencies.Kotlin.Coroutines.core)
testImplementation(Dependencies.Testing.junit)