mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Include embedding transitive dependencies in plugins (#41885)
This commit is contained in:
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
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user