Hi everyone, I would like to know where the kotlin...
# announcements
s
Hi everyone, I would like to know where the kotlin project people usually to save? For example, the android project usually saved in
~/AndroidStudioProjects/
. How about non-android project?
a
I keep mine in documents/dev/kotlin
❤️ 1
m
I have all in
~/Documents
. I don’t work on much else 🙂
l
I have a ~/Workspace, where I keep everything
c
For me
~/Projects/<group>/<projet>
s
Well
~/IdeaProjects/
obviously 😉
s
~/workspace/jvm
c
I wish there was a way to change this. I use /Dev/Projects for everything, but every time I install an intellij project it places the project in some default directory. 😭
l
I believe you can change that
All my projects go straight to /Workspace
s
@Colton Idle when creating a new project, you can set its location and once you do that, that becomes your new default.
c
@Stephan Schroeder yep. It just seems to reset when I install an update or when I install a different version of the IDE. Example. I use AS stable, then download beta and my setting is gone. Same with canary. Again, it's not the biggest deal, but I wish there was a way to say "Hey for all JB products use this path" as I also jump around in clion and webstorm and then create my projects and then I can't find where they are located because it actually defaulted to the default place vs where I already set the path in another IDE. Maybe I should file a feature request to set the location across all JB IDEs.