Bug 1880077 - Switch to using Compose BOM instead of individual versioning

fenix/125.0
mcarare 3 months ago committed by mergify[bot]
parent 907d1986a3
commit 31613f7088

@ -523,6 +523,9 @@ tasks.withType(KotlinCompile).configureEach {
}
dependencies {
implementation platform(ComponentsDependencies.androidx_compose_bom)
androidTestImplementation platform(ComponentsDependencies.androidx_compose_bom)
implementation project(':browser-engine-gecko')
implementation ComponentsDependencies.kotlin_coroutines

Loading…
Cancel
Save