In a quarkus/kotlin app, I have a rest client that is very basic:
@Path("/my/api/v1") @RestClient interface MyApiClient { }
Problem