When we import other modules, there is an optional...
# gradle
a
When we import other modules, there is an optional configuration in the project. How do i receive this configuration String in other module?
implementation(project(path = ":AnyModule", configuration = null))