Earlier today I was looking into automatically building an APK/AAB artifact for one of the projects I am working on, using GitHub Actions. After the basic setup, I had to run the
Using Compose UI in the existing codebase in important to iteratively
migrating over to Compose. Let's take a look at how you can use `ComposeView` and `AbstractComposeView` to do that.
Gradle version catalog feature allows us to share dependencies
between different projects or modules. In this article, we will take a look at
why we need to use this feature compared to other solutions and how to
configure and use Gradle version catalog.