Slackbot
02/28/2023, 4:08 PMStylianos Gakis
03/01/2023, 6:13 AMLibrariesForLibs
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