We've recently upgraded to Kotlin 2.4.0 while leav...
# ksp
j
We've recently upgraded to Kotlin 2.4.0 while leaving KSP on 2.3.9 and we're seeing a lot of incremental compilation failures:
Copy code
Storage for [<path>/kspCaches/debug/symbolLookups/id-to-file.tab] is already registered
The other half of the time, I get compile failures for missing symbols that should have been generated but were not. There's a lot of closed issues for the storage issue on older versions of KSP within the issue tracker but I'm not seeing anything recent or on YouTrack. Anyone else with similar experiences? My only workaround has been to kill the Gradle daemon and try again. No code changes, just restarting the Gradle daemon