AsyncTCP_ Library Issues

Hi! , This is my first post on this community , Idk whether its in right format or not…

Im moving my project from Arduino IDE to PlatformIO because of its more fearures…
So , The code in My Arduino IDE compiled fine , But when i import the same code to PlatformIO
It is showing me much more error… Please help me to resolve it…

Im using Elegant OTA Librabry. When i install the Elegant OTA library , It installs the Async Library for RP2040 as well as Esp32… Due to which im getting this error ( I hope so )

Here are my Libraries.
AsyncTCP
ELegantOTA
ESPAsyncTCP-esphome
As you can see , I tried Removing the RP2040 Library , Still it gives me the same error…

What PlatformIO configuration do you have? It seems you’re compiling for esp12e target, which the library does not support.