Merge pull request #703 from square/z/allow-other-processors
Allow other processors to process JsonClass
This commit is contained in:
commit
10e2b77585
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class JsonClassCodegenProcessor : KotlinAbstractProcessor(), KotlinMetadataUtils
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun adapterGenerator(element: Element): AdapterGenerator? {
|
private fun adapterGenerator(element: Element): AdapterGenerator? {
|
||||||
|
|
Loading…
Reference in a new issue