cortinico / kotlin-android-template

Android + Kotlin + Github Actions + ktlint + Detekt + Gradle Kotlin DSL + buildSrc = ❤️
MIT License
1.74k stars 238 forks source link

Should use Compose BOM instead of reference to specific compose version #186

Closed carstenhag closed 8 months ago

carstenhag commented 10 months ago

⚠️ Is your feature request related to a problem? Please describe

Nowdays it's recommended to use compose BOM versioning instead of hard references to using a specific version for all compose libraries. See https://developer.android.com/jetpack/compose/bom

💡 Describe the solution you'd like

A solution with version catalogs is explained at https://developer.android.com/jetpack/compose/bom#does_the_bom_work_with_version_catalogs. At work I am not using version catalogs yet so I can't get it working with a <2min PR 😢

🤚 Do you want to develop this feature yourself?

cortinico commented 10 months ago

This is a great point. I'm up for receiving a PR which introduces the compose BOM from you or anyone else who wants to do it 👍