Intellij Idea is no Longer Useful
Want to build Gradle apps with Intellij IDEA?
Don't worry, we have you covered by completely disabling your ability to switch between SDKs!
Want to set SDKs again?
We have no documentation on half of how Intellij IDEA works go figure it out urself loser
Installed a valid JDK but Intellij IDEA is still too retarded to switch between SDKs?
lol ur dumb we dont care XDDDDDD
Honestly Intellij IDEA is not useful and is a huge pain to use. Just to get a working Hello World program, I have to go through an extreme amount of steps compared to Eclipse. And it still doesn't even work! Wow!
Running "gradle init' and "gradle wrapper" over and over again has done literally nothing.
Honestly at this point even VSCode is better than Intellij :))))))
Jetbrains go fix ur garbage LOL
Please sign in to leave a comment.
Hi,
Please let me know the exact problem you faced, so I can help you, or provide the appropriate documentation page.
Blaming the product is not the best way to achieve your goal and troubleshoot your application's build process.
You can share a sample project with .idea folder included, so I can look inside and check if all is configured properly.
When importing a gradle project from a Java application (using Gradle init and Gradle wrapper), I have lost my ability to switch between SDKs and can no longer build the project.
How do you prefer to switch SDK for the project? Are you trying to do that via "Project Structure | Project | Project SDK"?
IDE gets the language level settings from the build.gradle file. There should be only one source of truth, that is why changes you make manually have no effect and will be reset on reimport. There is a warning about that: https://i.imgur.com/J8sPvyo.png