Skip to content

Commit

Permalink
Add pickFirst for kotlin file that breaks build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Sep 12, 2024
1 parent a1acb7a commit ccaab81
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions app_check/integration_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
1 change: 1 addition & 0 deletions auth/integration_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
1 change: 1 addition & 0 deletions database/integration_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
1 change: 1 addition & 0 deletions firestore/integration_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
1 change: 1 addition & 0 deletions firestore/integration_test_internal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions functions/integration_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down
1 change: 1 addition & 0 deletions storage/integration_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand Down

0 comments on commit ccaab81

Please sign in to comment.