Hello.
I'm using this library with OpenFL + Starling. If i build it with openfl build html5 -final (which include -dce flag) the project will be broken. The problem is that dce remove constructors of all object created via BaseObject.borrowObject(...). I added @:keep metadata to all objects created with BaseObject.borrowObject(...). This fix the problem.
Hello. I'm using this library with OpenFL + Starling. If i build it with openfl build html5 -final (which include -dce flag) the project will be broken. The problem is that dce remove constructors of all object created via BaseObject.borrowObject(...). I added @:keep metadata to all objects created with BaseObject.borrowObject(...). This fix the problem.