You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: