Hi there, I'm just getting started with the Compos...
# compose-desktop
a
Hi there, I'm just getting started with the Compose Desktop & Mobile project template. I've noticed IntelliJ seems to have trouble automatically finding imports for things, is that common? For instance, it didn't seem to know about
TextFieldValue
(as in I wasn't able to alt+enter to automatically add the import) but if I manually add the import, than it's fine.
IT sure seems like IntelliJ is struggling to find the compose classes:
But again, if I manually add the imports, it finds them just fine.
k
I’m encountering that in Android Studio as well
a
I'm about to sit down and hammer on this some more
For this particular issue, try hitting control space instead of alt enter.
It seems to be a bug in IntelliJ