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.
It seems it is an issue with my code. Because after reseting to last commit, all is fine again.
c
Colton Idle
04/28/2021, 4:31 PM
I've had to use that deep-clean .kts script in order to fix this stuff sometimes.
👍 1
l
loloof64
04/28/2021, 5:45 PM
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.