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
commit 10e2b77585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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