https://kotlinlang.org logo
#gradle
Title
# 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))
4 Views