This message was deleted.
# community-support
s
This message was deleted.
s
I know I may not be helping you solve your problem exactly, but I can show you how I’ve done it and it worked for me. This is where you’d put all of this, where we set the BOM but of course you can use what you want. And I get the
LibrariesForLibs
object by doing the<LibrariesForLibs>() by using this workaround https://github.com/gradle/gradle/issues/15383#issuecomment-779893192. In our project, this is defined here. And the convention plugin applying this setup is simply calling the aforementioned configureAndroidCompose function. This has been the best solution for us, as we get full type-safety and autocompletion in there to add the libraries we want using libs.androidx… and so on