Join Slack
Powered by
When we import other modules, there is an optional...
# gradle
a
Adrian Witaszak
03/14/2023, 5:38 PM
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))
v
Vampire
03/14/2023, 5:45 PM
https://docs.gradle.org/current/userguide/cross_project_publications.html
4
Views
Open in Slack
Previous
Next