diff --git a/app/build.gradle b/app/build.gradle index 4a689a89a7..44a84cfffc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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