When performing ./gradlew clean, the build/kotlin-build/caches/version stays behind

Hi, when I perform ./gradlew clean, the “build” directory does not vanish completely - there is the build/kotlin-build/caches/version file which won’t go away :slight_smile: Is this intentional?
Thanks :wink:

@Martin_Vysny Hi. No it is not intentional. It will be fixed by the fix for the https://youtrack.jetbrains.com/issue/KT-16298

Good to know. That clears things a bit, thanks