https://kotlinlang.org logo
#intellij
Title
# intellij
m

Marian Schubert

07/19/2022, 7:38 AM
Sometimes when I do refactoring like rename/delete/create class field/constructor parameter I get compilation errors that I don't call constructor with right parameters even that I/IDEA did update all call sites correctly. IDEA thinks that everything is OK (which it is) in editor, but when I run tests or compilation I get these compilation errors. Calling
gradle
from command line also works, and it does not fail with these errors. Does this happens to anyone else?
t

TarekB

07/20/2022, 5:52 PM
better clean build before doing any renaming or deleting
3 Views