Hello. I'm developing a server-side application in...
# gradle
m
Hello. I'm developing a server-side application in Kotlin with IDEA. Recently gradle started to report errors in files that don't exist anymore (the directory containing them was removed from the filesystem two days before) or, like today, lines that have been fixed or even commented out. Here's an example: https://gist.github.com/mel4tonin4/017a2a4b46fb1c4a49701eee639a5615 Does anybody know what could be the cause?