Is there a way to know when a file has been modified? I know hot to do it in Java, but is there a li...
d
Is there a way to know when a file has been modified? I know hot to do it in Java, but is there a library to do it mpp?
u
calculate a hash?
a
I looked into this a couple of months ago but I couldn't find anything. Okio doesn't have any functionality for watching. I started making Kotlin/Native bindings for fswatch, and got a basic implementation working, but then I realised I didn't need it! What platforms did you want to target?
d
I'm thinking about native and js
I want to create a file editor in compose multiplatform, I'm not sure if I can watch files in a browser