build: bump MoshiX to 0.10.0

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2021-04-10 21:51:52 +05:30
parent 1abf793e19
commit 9287777b87
+1 -1
View File
@@ -77,7 +77,7 @@ object Dependencies {
object Moshi {
const val lib = "com.squareup.moshi:moshi:1.12.0"
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.9.2"
const val ksp = "dev.zacsweers.moshix:moshi-ksp:0.10.0"
}
object Retrofit {