Hello everyone. I just created my first kobweb pro...
# kobweb
f
Hello everyone. I just created my first kobweb project, but the things are not fine with Intellij IDEA. For example, nothing is auto completing, I try type
@Composable
or any other composable function like Box, Column, etc. I am using IntelliJ IDEA 2023.2.5 (Community Edition), OpenJDK21, compose 1.5.10, kobweb 0.15.1 and kotlin 1.9.20. Any ideas??
d
Ugh IDE issues can be the worst 🙂
You're sure things aren't still indexing? Or were there any errors that happened?
File > Repair IDE
is worth trying, if you haven't done that yet
If you're lucky, maybe just hitting the Gradle sync button?
You can also go to
Help > Show Log In Files
, open up
idea.log
, scroll to the end, and see if there's anything in there that gives you a clue
f
you are right, the sync failed because the root projetc name in settings.gradle is case sensitive and it was mismatching.
tks so much
d
Oh interesting. You're welcome -- and glad to hear it was a quick fix.
f
btw congrats for kobweb
thank you color 1