ocpp-toolkit
ocpp-toolkit copied to clipboard
Can't use ApiFactory.csmsOcppServer function
I added your latest release using gradle kts:
implementation("com.izivia:ocpp-toolkit:1.2.2")
It successfully added. But i can't really use it as the toolkit uses other modules using implementation, not api. So it is not transitive.
As a result i can't access modules: :generic-api :ocpp-transport :operation-information
But files and classes are required to use ApiFactory.csmsOcppServer function
Here is the screenshot of the errors i am getting.
There are no samples of csmsOcppServer but in the readme you specified that it can be also used for implementing csms system. But anyway thank you guys for sharing this project. So helpfull