Nano Every with UIPEthernet lib

Hi I am trying to compile the following code when set to nano every, code compiles for Leonardo and nano

#include <UIPEthernet.h>
void setup() {
}

void loop(){
}

and get this error

\Arduino\libraries\UIPEthernet\utility\uip_debug.cpp:3:12: fatal error: HardwareSerial.h: No such file or directory

#include <HardwareSerial.h>

^~~~~~~~~~~~~~~~~~

what do I need to do to compile for Nano Every

use please the version from GitHub
it will be released soon

Not used IDE with Git hub, do I need to build code before installing in IDE or is it compiled each time the project is compiled ?

libraries are compiled with the sketch

Thanks Juraj, that worked a treat, once I had removed my old library.

mjsouthwest:
Thanks Juraj, that worked a treat, once I had removed my old library.

I release a new version of UIPEthernet this week.