Hello,
i have a problem importing some gateway packages after updating the compiler version to Java 17. I get the error: The package com.inductiveautomation.ignition.gateway.util is accessible from more than one module: <unnamed>, common, gateway.api
The packages are imported by a dependency to the driver api.
Am i doing something wrong, or is this a problem with module definitions in the api?
Nothing changed between 8.1 and 8.3 regarding JPMS... still Java 17, still doing bad practices like multiple JARs/artifacts containing a com.inductiveautomation.ignition.gateway.util package.
Is there a method to use gateway-api and common in the same project? The only way to compile my driver is setting the compiler compliance level to 1.8 but i am not sure about side effects of that setting.