Include embedding transitive dependencies in plugins (#41885)
This commit is contained in:
committed by
Jonah Williams
parent
18d6d9bc7b
commit
ed49a79516
@@ -350,9 +350,8 @@ class FlutterPlugin implements Plugin<Project> {
|
||||
buildType.name,
|
||||
"io.flutter:flutter_embedding_$flutterBuildMode:1.0.0-$engineVersion",
|
||||
{
|
||||
// We only need to expose io.flutter.plugin.*
|
||||
// No need for the embedding transitive dependencies.
|
||||
transitive = false
|
||||
// Include the embedding transitive dependencies since plugins may depend on them.
|
||||
transitive = true
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user