Hey,
I can't use the repo on Java 11 because TCString.decode is an interface with static methods, which isn't allowed on Java 9 and above.
I am using it like this -
CStringEncoder.newBuilder(TCString.decode(consentStringWithRealCMPId)).cmpId(1).encode()
Will it be resolved?
thanks,