Commit ed49a795 authored by Emmanuel Garcia's avatar Emmanuel Garcia Committed by Jonah Williams

Include embedding transitive dependencies in plugins (#41885)

parent 18d6d9bc
...@@ -350,9 +350,8 @@ class FlutterPlugin implements Plugin<Project> { ...@@ -350,9 +350,8 @@ class FlutterPlugin implements Plugin<Project> {
buildType.name, buildType.name,
"io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion", "io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion",
{ {
// We only need to expose io.flutter.plugin.* // Include the embedding transitive dependencies since plugins may depend on them.
// No need for the embedding transitive dependencies. transitive = true
transitive = false
} }
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment