diff --git a/app_check/integration_test/build.gradle b/app_check/integration_test/build.gradle index 4877125e2..75da510b8 100644 --- a/app_check/integration_test/build.gradle +++ b/app_check/integration_test/build.gradle @@ -85,6 +85,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } } diff --git a/auth/integration_test/build.gradle b/auth/integration_test/build.gradle index 942a05b0d..4ab76f7b3 100644 --- a/auth/integration_test/build.gradle +++ b/auth/integration_test/build.gradle @@ -76,6 +76,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } } diff --git a/database/integration_test/build.gradle b/database/integration_test/build.gradle index 86907f840..8ed0a9636 100644 --- a/database/integration_test/build.gradle +++ b/database/integration_test/build.gradle @@ -76,6 +76,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } } diff --git a/firestore/integration_test/build.gradle b/firestore/integration_test/build.gradle index 37efea821..44c5a3654 100644 --- a/firestore/integration_test/build.gradle +++ b/firestore/integration_test/build.gradle @@ -76,6 +76,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } } diff --git a/firestore/integration_test_internal/build.gradle b/firestore/integration_test_internal/build.gradle index f1bb9b4f3..73261e4b1 100644 --- a/firestore/integration_test_internal/build.gradle +++ b/firestore/integration_test_internal/build.gradle @@ -91,6 +91,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } lintOptions { abortOnError false diff --git a/functions/integration_test/build.gradle b/functions/integration_test/build.gradle index d773468cb..483182c26 100644 --- a/functions/integration_test/build.gradle +++ b/functions/integration_test/build.gradle @@ -76,6 +76,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } } diff --git a/storage/integration_test/build.gradle b/storage/integration_test/build.gradle index 2aa85d28e..c8ba7f8d8 100644 --- a/storage/integration_test/build.gradle +++ b/storage/integration_test/build.gradle @@ -76,6 +76,7 @@ android { } packagingOptions { pickFirst 'META-INF/**/coroutines.pro' + pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module' } }