This message was deleted.
# community-support
s
This message was deleted.
t
I think you can write:
Copy code
"binaryImplementation"(projects.lib) { targetConfiguration = "releaseAar" }
(though of course you should preferably use variants when possible: https://docs.gradle.org/current/userguide/cross_project_publications.html#sec:variant-aware-sharing)
👍 1