Hey, I’m building Kamel K integration where I’m using Native build due to sparing some Kubernetes resources. I’m using VS Code and RH extension pack for Camel. It seems like I need to tag all my classes with @RegisterForReflection. When I do that, I’m having unresolved dependency - io.quarkus.runtime.annotations.RegisterForReflection. Since the project is not managed by either Maven or Gradle, what is the good practice for including Quarkus .jar files for design time?
Thank you, Vlad