Allow other processors to process JsonClass

Someone at KotlinConf brought this to my attention, as they're trying to generate their own adapter factory but can't since moshi consumes the annotation and doesn't allow others.
This commit is contained in:
Zac Sweers
2018-10-06 17:05:06 +02:00
committed by GitHub
parent bd2f2c4c28
commit a34ca365f0

View File

@@ -90,7 +90,7 @@ class JsonClassCodegenProcessor : KotlinAbstractProcessor(), KotlinMetadataUtils
}
}
return true
return false
}
private fun adapterGenerator(element: Element): AdapterGenerator? {