Advice on native-platform file-events

Hi, I’m using gradle for a project, but my question is actually about gradle’s experience with file-events from native-platform. I’ve found jdk’s file watching to be inadequate. It seems the choice used by gradle might be more reliable. Any feedback on how file-events from native-platform has worked out for gradle? Anything I should watch out for? Any other options out there? (I’ve looked around some, but quality options seem sparse, and I’m not convinced I ought to jump into implementing my own thing.)