COMPANION.toContractId compile error

We have generated JAVA code from a DAR built using SDK 2.4
daml build
daml codegen java

However, all contracts have a compile error because toContractId method is not found on ContractCompanion.WithoutKey class.

Compile error below. Can you please advise?
Thanks

java: cannot find symbol
** symbol: method toContractId(com.daml.ledger.javaapi.data.codegen.ContractId< deleted >)**
** location: variable COMPANION of type com.daml.ledger.javaapi.data.codegen.ContractCompanion.WithoutKey<deleted>**

1 Like

Please ignore.

Code was being built with com.daml:bindings-java:2.3.2

Following an upgrade to com.daml:bindings-java:2.4.0, code now builds with no errors.

2 Likes