``` class Test { val test = @JSON object {} } ```...
# kapt
m
Copy code
class Test {
	val test = @JSON object {}
}
Is the anonymous object intentionally ignored by kapt when processing
@JSON
(or any other annotation)?