HaxeUI can't compile

I try with with haxeui installation. Version is 1.8.21.
Message is: Could not find haxelib “openfl” version “3.5.2”, does it need to be installed?
So it’s obvious it need older version of openfl.
I download v.2.0 from github
but now I have a new problem.


Does anyone have a similar problem? Does this library work with newer version of openfl?
My config. is:
openfl: 4.5.2
lime: 3.5.2

Try removing the version restriction on the application.xml file. Change this:

<haxelib name="openfl" version="3.5.2"/>

To this:

<haxelib name="openfl" />

Yo may want to do the same with the rest of dependencies.