Hi
I am trying to use temporal Java SDK in my project with Java 17. After adding module-info to project I got compilation error that io.temporal.internal reads from two packages temporal-sdk and temporal.serviceclient
Do you have in plans to support module info option with Temporal Java SDK ?
Module info exist in Java from Java 9 and it seems that temporal are not compatible yet to latest Java version.
Thanks