I think this could work: ``` attribute...
# gradle
b
I think this could work:
Copy code
attributes["ContainedDeps"] = embed.joinToString(" ") {
                it.name
            }
but it causes an issue in completely unrelated place