Has anyone tried Gradle's new file system watching...
# gradle
e
Has anyone tried Gradle's new file system watching feature yet (https://blog.gradle.org/introducing-file-system-watching)? I suspect that it interferes with Kotlin's incremental compilation, I've started seeing the following messages in the build output and the builds got considerably slower:
Copy code
Could not perform incremental compilation: Could not connect to Kotlin compile daemon
Could not connect to kotlin daemon. Using fallback strategy.
Still working on a repro sample and planning to submit a bug report, but wondering if anyone's had a similar experience.
l
Hi Egor
We saw a similar problem with some customers, too
A repro would be great
IIUC, @Andrey Uskov [JB] is working on this, too, from the JetBrains side
e
Thanks @lptr! Would it make more sense to file this against Gradle, Kotlin or both?
l
We have an issue in Gradle, lemme dig it out
If you can find a reproducer, please add it on the issue
e
👍