For a cpp-library build, I have this dependency: `...
# community-support
m
For a cpp-library build, I have this dependency:
Copy code
implementation "org.boost:boost_program_options:1.67.0" + Platform
I need to know the path were gradle places this library. Need the path for some special linker parameters. Any hints on how to obtain the path?