Skip to content

Support OpenApi annotations defined in standalone modules #128

@f1qwase

Description

@f1qwase

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 request

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions