Hey, I use IntelliJ IDEA 2025.1.1.1 Community and I have a problem with Room in CMP project (Kotlin 2.1.21, room 2.7.1, cmp 1.8.0, ksp 2.1.21-2.0.1). The code for DAO compiles and runs just fine, but IDE cannot resolve entities instances and inspection highlights my SQL strings (see screenshot). Invalidating caches with restart did not help. Android Studio resolves these entities just fine.