Kode studio indicates that I am using Haxe 4.0.0-rc.1
, which I think is outdated, because I have some dependencies that uses haxe.macro.FunctionKind
but I keep getting an error like this Type not found : FunctionKind
I suspect that I need to update the Haxe version which Kha supports, How can I do that without breaking Kha?