iabtcf-java icon indicating copy to clipboard operation
iabtcf-java copied to clipboard

Compile on Java 11 issue

Open Noymiran opened this issue 1 year ago • 0 comments

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,

Noymiran avatar Jan 18 '24 02:01 Noymiran