Skip to content

Commit ccaab81

Browse files
committed
Add pickFirst for kotlin file that breaks build.
1 parent a1acb7a commit ccaab81

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

app_check/integration_test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ android {
8585
}
8686
packagingOptions {
8787
pickFirst 'META-INF/**/coroutines.pro'
88+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
8889
}
8990
}
9091

auth/integration_test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ android {
7676
}
7777
packagingOptions {
7878
pickFirst 'META-INF/**/coroutines.pro'
79+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
7980
}
8081
}
8182

database/integration_test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ android {
7676
}
7777
packagingOptions {
7878
pickFirst 'META-INF/**/coroutines.pro'
79+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
7980
}
8081
}
8182

firestore/integration_test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ android {
7676
}
7777
packagingOptions {
7878
pickFirst 'META-INF/**/coroutines.pro'
79+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
7980
}
8081
}
8182

firestore/integration_test_internal/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ android {
9191
}
9292
packagingOptions {
9393
pickFirst 'META-INF/**/coroutines.pro'
94+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
9495
}
9596
lintOptions {
9697
abortOnError false

functions/integration_test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ android {
7676
}
7777
packagingOptions {
7878
pickFirst 'META-INF/**/coroutines.pro'
79+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
7980
}
8081
}
8182

storage/integration_test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ android {
7676
}
7777
packagingOptions {
7878
pickFirst 'META-INF/**/coroutines.pro'
79+
pickFirst 'META-INF/third_party.java_src.protobuf.current.java.com.google.protobuf.kotlin_shared_runtime.kotlin_module'
7980
}
8081
}
8182

0 commit comments

Comments
 (0)