Hi everyone, I am trying to implement mui table and my page has now 500 lines of code, the page is very slow, inspection sometimes block my IDE, red warnings are staying even if I have corrected them for enough seconds(more than 30 to 40 and sometimes more), compilation time is in minutes after every change, the pages which do not use mui table seems to work fine for now, is anyone facing this issue?
t
turansky
01/11/2023, 6:47 PM
1. Do you use latest IDEA/IDEA Kotlin plugin?
2. Invalidate caches?
s
Salman
01/13/2023, 12:52 PM
yes I use latest plugin and invalidate IDE caches doesn’t resolve this.
t
turansky
01/13/2023, 1:17 PM
1.
./gradlew clean
2. Close IDEA
3. Clean
.gradle
folder from user directory
4. Open lDEA
5. PROFIT?