i have one question i install intellij idea commun...
# intellij-plugins
m
i have one question i install intellij idea community version i one project open it so this download automatic what is that i dont know if possible explain me/
j
It looks like this project depends on this specific version of idea community so it downloads it when you first sync the project
m
Ok thanks how can find which version need in source code check it
j
You could try to run gradle's
dependencies
task, or search build scripts for strings like
com.jetbrains.intellij
or
2024.3.6
. Where the version is specified will depend on the project.
m
Ok thanks