mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
12 lines
490 B
Prolog
12 lines
490 B
Prolog
# Prevents `Fragment and FragmentActivity not found`.
|
|
# TODO(blasten): Remove once we bring the Maven dependencies.
|
|
-dontwarn io.flutter.embedding.**
|
|
|
|
# Build the ephemeral app in a module project.
|
|
# Prevents: Warning: library class <plugin-package> depends on program class io.flutter.plugin.**
|
|
# This is due to plugins (libraries) depending on the embedding (the program jar)
|
|
-dontwarn io.flutter.plugin.**
|
|
|
|
# The android.** package is provided by the OS at runtime.
|
|
-dontwarn android.**
|