Ksp version 2.0.21-1.0.26: java.lang.IllegalStateException: Storage for [C:\Users\MyName\AndroidStudioProjects\MyProject\app\build\kspCaches\debug\symbolLookups\id-to-file.tab] is already registered #2167
Labels
P1
major features or blocking bugs
This error was already reported here but the latest version doesn't fix it. Here is my situation. I had a Type Converter for a Room database:
I then deleted the
fromShapeTypeListToStringToDatabase
method and tried to build the app. I got an error and I realized I actually did need the method I originally removed. So, I re-addedfromShapeTypeListToStringToDatabase
it back in but now I get this error:The text was updated successfully, but these errors were encountered: