Hi ! I've got a strange issue with Android Studio (Artic Fox). But trying invalidating cache and reb...
l
Hi ! I've got a strange issue with Android Studio (Artic Fox). But trying invalidating cache and rebuilding project did not help. Excerpt of stacktrace in thread.
This is the ChessBoard file, which seems to be responsible for the error.
It seems it is an issue with my code. Because after reseting to last commit, all is fine again.
c
I've had to use that deep-clean .kts script in order to fix this stuff sometimes.
👍 1
l
I found the line which makes this error, by removing code then adding it progressively. But I don't understand why it makes the compilation crash. Anyway I'm trying to write the code differently : I hope I'll be able to solve the issue this way.