when I checkout the code from master from https://github.com/sappenin/java-ilpv4-connector and try to build it in eclipse locally, i am getting “immutablesettlementquantity.class” cannot be resolved to a type in org.interledger.connector.core.settlement.SettlementQuantity.java interface.
Can someone help me to resolve this compiletime issue?
It sounds like the Immutables compilation isn’t happening. It’s been a while since I’ve used Eclipse, but if I recall correctly getting annotation processing going can be non-obvious. There are instructions here: https://immutables.github.io/apt.html#eclipse
Are you able to build the project successfully using the command line with mvn clean install?