Utf8 is deprecated. Use UnicodeString instead

Hello,
I am getting the
“Haxelib/lime/7,5,0/src/lime/text/UTF8String.hx:275: characters 10-20 : Warning : haxe.Utf8 is deprecated. Use UnicodeString instead.” error when compiling a text project with haxe 4.
Any way around that ?
Thank you.

Try -D no-deprecation-warnings.