Right now consuming the gen_fhir_definitions_and_protos rule is difficult for a project already using java/kotlin + maven deps as the maven install is unnamed and there is no exposing of the deps via a list of something of the like (which can be consumed via the project's own maven_install). This makes it only possible to manually copy the deps by hand, which is obviously error prone.
It would be really helpful to either expose the maven deps list (for example how grpc-java does it ), or maybe offer the ability to provide a custom maven install name.
Apologies if there is a way to do this I'm missing. Thanks for a great library!
Right now consuming the
gen_fhir_definitions_and_protosrule is difficult for a project already using java/kotlin + maven deps as the maven install is unnamed and there is no exposing of the deps via a list of something of the like (which can be consumed via the project's ownmaven_install). This makes it only possible to manually copy the deps by hand, which is obviously error prone.It would be really helpful to either expose the maven deps list (for example how grpc-java does it ), or maybe offer the ability to provide a custom maven install name.
Apologies if there is a way to do this I'm missing. Thanks for a great library!