i just configure the modules in settings.gradle li...
# gradle
n
i just configure the modules in settings.gradle like
include("features/feature-a")
unless features itself is a module.. and i add build.gradle.kts to the folders if necessary or configure then from the root build.gradle.kts files via
allProjects { ... }
then i just let gradle refresh and idea adds the new modules