Skip to content

Commit

Permalink
Fix duplicate kotlin_module error
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jun 18, 2020
1 parent 223dc28 commit aa3d0ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/react-native-editor/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ android {
}
}
}

packagingOptions {
pickFirst 'META-INF/-no-jdk.kotlin_module'
}
}

repositories {
Expand Down

0 comments on commit aa3d0ef

Please sign in to comment.