Hi everyone, when using PagingData.map() from Paging 3, i'm getting a Compile Time Error:
The feature "suspend conversion" is disabled
wih the hint:
set module language to 1.4
But I'm using Kotlin 1.4.30 ...
Fixed: the map function I was sending wasn't a suspend function. Weird linting...