Importing a project with custom configurations for dependency management

@donat I see that you have answered a similar question here Creating a Custom Buildship Configuration for Android.

I tried adding the eclipse.classpath.plusConfigurations which didn’t work. Do you think I need to use the ProjectConfigurator extension for this ?

Or can we introduce a generic ProjectConfigurator to support custom configuration scopes which are extended from know scopes such as api, implementation, testCompile etc ?