-
-
Couldn't load subscription status.
- Fork 22
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
we store common API models shared between multiple projects in a separated api project
but annotations of models from that project are totally ignored by annotation processor when annotation processor runs on a project that imports api project (using implementation(project(":api")))
I guess it may be limitation of kapt, because both Gson that uses reflection and koltlinx.serialization that is compiler plugin don't have that problem and can read their annotations from imported projects
is there a way to fix it?
thank you
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
✅ Done