How can I relax the compiler plugin to allow annot...
# serialization
s
How can I relax the compiler plugin to allow annotation processors to generate a serializer referenced via
Serializable(with = Foo::class)
. If the referenced class doesn’t exist, the plugin throws an exception, which makes sense. However, with kapt configured to run on the stubs, I thought the compiler plugin would defer computing this until after annotation processing?