Merge pull request #703 from square/z/allow-other-processors

Allow other processors to process JsonClass
This commit is contained in:
Jesse Wilson
2018-10-06 12:40:15 -04:00
committed by GitHub

View File

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