Some things just never change. Was perfectly recog...
# intellij
l
Some things just never change. Was perfectly recognized before restarting the IDE. Android Studio Koala Patch 1
Copy code
Android Studio Koala | 2024.1.1 Patch 1
Build #AI-241.18034.62.2411.12071903, built on July 10, 2024
Runtime version: 17.0.11+0-17.0.11b1207.24-11852314 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.5
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 10
Metal Rendering is ON
Registry:
  ide.instant.shutdown=false
  ide.experimental.ui=true
  ide.images.show.chessboard=true
Non-Bundled Plugins:
  com.jetbrains.kmm (0.8.3(241)-9)
A Gradle sync fixed it, but why? Why is that (still) happening?
s
I'm no expert, but at least things like the
android
block won't be available before AGP has been applied, and before having done a sync, Studio/IDEA wouldn't really know it had been applied. Why the
plugins
block wouldn't be available, I don't know; maybe this API didn't always exist or something, and before making the sync, Studio/IDEA can't know which version of Gradle is in use? 🤔
l
I don't understand why it shows everything in red. Either it keeps the data from last sync before startup, or it doesn't pretend it knows the references are unresolved
s
Well, if it doesn't keep the data from last sync, then it's effectively unresolved for IDEA, no? 🤔
They could just show it all as black if it doesn't have any data, though.