I often split modules into public and impl parts, in a common parent folder. This is annoying to do manually. What do I want to automate this? Intellij plugin?
m
Matteo Mirk
07/19/2020, 6:59 AM
If you’re looking for an automated way for generating a project structure, check out Archetypes, if woking with Maven, or gradle-archetype-plugin, if using Gradle.