Join Slack
Powered by
``` class Test { val test = @JSON object {} } ```...
# kapt
m
Marc Knaup
02/01/2019, 10:49 PM
Copy code
class Test { val test = @JSON object {} }
Is the anonymous object intentionally ignored by kapt when processing
@JSON
(or any other annotation)?
Open in Slack
Previous
Next