leancodepl / patrol

Flutter-first UI testing framework. Ready for action!
https://patrol.leancode.co
Apache License 2.0
860 stars 127 forks source link

patrol test - Gradle build failed with code 1 #1472

Closed ds3031 closed 1 year ago

ds3031 commented 1 year ago

Steps to reproduce

Did all of this https://patrol.leancode.co/getting-started/native and this is my simple test for our proprietary app: ` import 'package:flutter_test/flutter_test.dart'; import 'package:patrol/patrol.dart'; import 'package:test/main_dev.dart' as app;

void main() { patrolTest('testttt', (PatrolTester $) async { app.main();

  await $('Welcome to test!').waitUntilExists();
  await $('Welcome to test').waitUntilVisible();
  expect($('Welcome to test'), findsOneWidget);
},

); } ` Run patrol test --target integration_test/testttt_test.dart --flavor dev, gives me that error in log

Actual results

Gradle build failed with code 1

Logs

Logs ``` Exception: Gradle build failed with code 1 #0 AndroidTestBackend.build. (package:patrol_cli/src/android/android_test_backend.dart:67:9) #1 DisposeScope.run (package:dispose_scope/src/dispose_scope.dart:46:7) #2 AndroidTestBackend.build (package:patrol_cli/src/android/android_test_backend.dart:42:5) #3 TestCommand._build (package:patrol_cli/src/commands/test.dart:194:7) #4 TestCommand.run (package:patrol_cli/src/commands/test.dart:167:5) #5 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #6 PatrolCommandRunner.runCommand (package:patrol_cli/src/runner/patrol_command_runner.dart:310:18) #7 PatrolCommandRunner.run (package:patrol_cli/src/runner/patrol_command_runner.dart:254:18) #8 patrolCommandRunner (package:patrol_cli/src/runner/patrol_command_runner.dart:72:20) #9 main (file:///Users/me/.pub-cache/hosted/pub.dev/patrol_cli-2.0.1/bin/main.dart:6:20) ```

Patrol version

patrol: ^2.0.2

Patrol Doctor output

Patrol Doctor output ``` Patrol CLI version: 2.0.1 Program adb found in /opt/homebrew/bin/adb Env var $ANDROID_HOME set to /Users/me/Library/Android/sdk Program xcodebuild found in /usr/bin/xcodebuild Program ideviceinstaller found in /opt/homebrew/bin/ideviceinstaller ```

Flutter Doctor output

Flutter Doctor output ``` [✓] Flutter (Channel stable, 3.7.7, on macOS 13.4.1 22F82 darwin-arm64, locale en-HR) • Flutter version 3.7.7 on channel stable at /Users/me/apps/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 2ad6cd72c0 (4 months ago), 2023-03-08 09:41:59 -0800 • Engine revision 1837b5be5f • Dart version 2.19.4 • DevTools version 2.20.1 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) • Android SDK at /Users/me/Library/Android/sdk • Platform android-33, build-tools 33.0.1 • ANDROID_HOME = /Users/me/Library/Android/sdk • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.3.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14E300c • CocoaPods version 1.12.1 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2022.2) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) [✓] VS Code (version 1.79.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.68.0 [✓] Connected device (3 available) • sdk gphone64 arm64 (mobile) • emulator-5554 • android-arm64 • Android 13 (API 33) (emulator) • macOS (desktop) • macos • darwin-arm64 • macOS 13.4.1 22F82 darwin-arm64 • Chrome (web) • chrome • web-javascript • Google Chrome 114.0.5735.198 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ```
fylyppo commented 1 year ago

Hi, please post logs with --verbose

ds3031 commented 1 year ago

Hi,

Today I tried next:

  1. Our app runs well in debug mode on android emulator
  2. I installed patrol plugin with flutter pub add patrol --dev
  3. Run our app in debug mode failed!! lol

Problems are again protobuf (duplicates). According to https://github.com/leancodepl/patrol/issues/1260#issuecomment-1542137268 you removed it because you don't need it. But it seems that you didn't removed it. And it seems that this makes a huge problem.

bartekpacia commented 1 year ago

Please post full logs with --verbose, otherwise we can't help you.

ds3031 commented 1 year ago

Log when run patrol test or log when I try to run my app after I installed patrol?

ds3031 commented 1 year ago

patrol test integration_test/first_test.dart --flavor dev --verbose

`You're using Patrol CLI 2.0, which has breaking changes. Read the migration guide at https://patrol.leancode.co/v2. Disable this warning by setting the PATROL_MIGRATED environment variable.

Verbose mode enabled. More logs will be printed. Received 1 test target(s) Received test target: /Users/me/git/app/integration_test/first_test.dart Generated entrypoint /Users/me/git/app/integration_test/test_bundle.dart with 1 bundled test(s) Received Android flavor: dev Received iOS flavor: dev $ flutter --no-version-check devices --machine No device specified, using the first one (emulator-5554) Received 1 device(s) to run on Received device: emulator-5554 Received 3 --dart-define(s) (0 custom, 3 internal) Received internal --dart-define: PATROL_WAIT=0 Received internal --dart-define: INTEGRATION_TEST_SHOULD_REPORT_RESULTS_TO_NATIVE=false Received internal --dart-define: PATROL_TEST_LABEL_ENABLED=true • Building apk with entrypoint test_bundle.dart... $ ./gradlew :app:assembleDevDebug -Ptarget=/Users/me/git/app/integration_test/test_bundle.dart -Pdart-defines=UEFUUk9MX1dBSVQ9MA==,SU5URUdSQVRJT05fVEVTVF9TSE9VTERfUkVQT1JUX1JFU1VMVFNfVE9fTkFUSVZFPWZhbHNl,UEFUUk9MX1RFU1RfTEFCRUxfRU5BQkxFRD10cnVl : : > Configure project :firebase_core : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :geolocator_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :flutter_bluetooth_serial : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :path_provider_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :flutter_secure_storage : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :flutter_facebook_auth : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :wakelock : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :shared_preferences_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :integration_test : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :onesignal_flutter : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :fluttertoast : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :share : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :image_picker_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :video_player_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :package_info : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :patrol : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :sign_in_with_apple : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :firebase_crashlytics : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :flutter_plugin_android_lifecycle : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :sqflite : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :url_launcher_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :google_maps_flutter_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :google_sign_in_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :firebase_dynamic_links : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :connectivity_plus : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :webview_flutter_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :permission_handler_android : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :device_info : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :firebase_analytics : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :downloads_path_provider_28 : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :firebase_auth : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : : > Configure project :flutter_app_service : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : WARNING:: Using flatDir2 should be avoided because it doesn't support any meta-data formats. : : > Configure project :plain_notification_token : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. : WARNING:: Using flatDir2 should be avoided because it doesn't support any meta-data formats. : : > Configure project :app : WARNING:: The option setting 'android.enableR8=true' is deprecated. : It will be removed in version 7.0 of the Android Gradle plugin. : You will no longer be able to disable R8 : WARNING:: Using flatDir should be avoided because it doesn't support any meta-data formats. Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/03 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/02 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/repository2/03 to old ns http://schemas.android.com/sdk/android/repo/repository2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/03 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/sys-img2/02 to old ns http://schemas.android.com/sdk/android/repo/sys-img2/01 Warning: unexpected element (uri:"", local:"extension-level"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level> Warning: Errors limit exceeded. To receive all errors set com.sun.xml.bind logger to FINEST level. Warning: unexpected element (uri:"", local:"base-extension"). Expected elements are <{}codename>,<{}layoutlib>,<{}api-level> : WARNING:: The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.2. : Android SDK Build Tools 30.0.2 will be used. : To suppress this warning, remove "buildToolsVersion '28.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools. : : > Task :app:compileFlutterBuildDevDebug : > Task :app:packLibsflutterBuildDevDebug UP-TO-DATE : > Task :app:preBuild UP-TO-DATE : > Task :app:preDevDebugBuild UP-TO-DATE : > Task :connectivity_plus:preBuild UP-TO-DATE : > Task :connectivity_plus:preDebugBuild UP-TO-DATE : > Task :connectivity_plus:compileDebugAidl NO-SOURCE : > Task :device_info:preBuild UP-TO-DATE : > Task :device_info:preDebugBuild UP-TO-DATE : > Task :device_info:compileDebugAidl NO-SOURCE : > Task :downloads_path_provider_28:preBuild UP-TO-DATE : > Task :downloads_path_provider_28:preDebugBuild UP-TO-DATE : > Task :downloads_path_provider_28:compileDebugAidl NO-SOURCE : > Task :firebase_analytics:preBuild UP-TO-DATE : > Task :firebase_analytics:preDebugBuild UP-TO-DATE : > Task :firebase_core:preBuild UP-TO-DATE : > Task :firebase_core:preDebugBuild UP-TO-DATE : > Task :firebase_core:compileDebugAidl NO-SOURCE : > Task :firebase_analytics:compileDebugAidl NO-SOURCE : > Task :firebase_auth:preBuild UP-TO-DATE : > Task :firebase_auth:preDebugBuild UP-TO-DATE : > Task :firebase_auth:compileDebugAidl NO-SOURCE : > Task :firebase_crashlytics:preBuild UP-TO-DATE : > Task :firebase_crashlytics:preDebugBuild UP-TO-DATE : > Task :firebase_crashlytics:compileDebugAidl NO-SOURCE : > Task :firebase_dynamic_links:preBuild UP-TO-DATE : > Task :firebase_dynamic_links:preDebugBuild UP-TO-DATE : > Task :firebase_dynamic_links:compileDebugAidl NO-SOURCE : > Task :flutter_app_service:preBuild UP-TO-DATE : > Task :flutter_app_service:preDebugBuild UP-TO-DATE : > Task :flutter_app_service:compileDebugAidl NO-SOURCE : > Task :flutter_bluetooth_serial:preBuild UP-TO-DATE : > Task :flutter_bluetooth_serial:preDebugBuild UP-TO-DATE : > Task :flutter_bluetooth_serial:compileDebugAidl NO-SOURCE : > Task :flutter_facebook_auth:preBuild UP-TO-DATE : > Task :flutter_facebook_auth:preDebugBuild UP-TO-DATE : > Task :flutter_facebook_auth:compileDebugAidl NO-SOURCE : > Task :flutter_plugin_android_lifecycle:preBuild UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:preDebugBuild UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:compileDebugAidl NO-SOURCE : > Task :flutter_secure_storage:preBuild UP-TO-DATE : > Task :flutter_secure_storage:preDebugBuild UP-TO-DATE : > Task :flutter_secure_storage:compileDebugAidl NO-SOURCE : > Task :fluttertoast:preBuild UP-TO-DATE : > Task :fluttertoast:preDebugBuild UP-TO-DATE : > Task :fluttertoast:compileDebugAidl NO-SOURCE : > Task :geolocator_android:preBuild UP-TO-DATE : > Task :geolocator_android:preDebugBuild UP-TO-DATE : > Task :geolocator_android:compileDebugAidl NO-SOURCE : > Task :google_maps_flutter_android:preBuild UP-TO-DATE : > Task :google_maps_flutter_android:preDebugBuild UP-TO-DATE : > Task :google_maps_flutter_android:compileDebugAidl NO-SOURCE : > Task :google_sign_in_android:preBuild UP-TO-DATE : > Task :google_sign_in_android:preDebugBuild UP-TO-DATE : > Task :google_sign_in_android:compileDebugAidl NO-SOURCE : > Task :image_picker_android:preBuild UP-TO-DATE : > Task :image_picker_android:preDebugBuild UP-TO-DATE : > Task :image_picker_android:compileDebugAidl NO-SOURCE : > Task :integration_test:preBuild UP-TO-DATE : > Task :integration_test:preDebugBuild UP-TO-DATE : > Task :integration_test:compileDebugAidl NO-SOURCE : > Task :onesignal_flutter:preBuild UP-TO-DATE : > Task :onesignal_flutter:preDebugBuild UP-TO-DATE : > Task :onesignal_flutter:compileDebugAidl NO-SOURCE : > Task :package_info:preBuild UP-TO-DATE : > Task :package_info:preDebugBuild UP-TO-DATE : > Task :package_info:compileDebugAidl NO-SOURCE : > Task :path_provider_android:preBuild UP-TO-DATE : > Task :path_provider_android:preDebugBuild UP-TO-DATE : > Task :path_provider_android:compileDebugAidl NO-SOURCE : > Task :patrol:preBuild UP-TO-DATE : > Task :patrol:preDebugBuild UP-TO-DATE : > Task :patrol:compileDebugAidl NO-SOURCE : > Task :permission_handler_android:preBuild UP-TO-DATE : > Task :permission_handler_android:preDebugBuild UP-TO-DATE : > Task :permission_handler_android:compileDebugAidl NO-SOURCE : > Task :plain_notification_token:preBuild UP-TO-DATE : > Task :plain_notification_token:preDebugBuild UP-TO-DATE : > Task :plain_notification_token:compileDebugAidl NO-SOURCE : > Task :share:preBuild UP-TO-DATE : > Task :share:preDebugBuild UP-TO-DATE : > Task :share:compileDebugAidl NO-SOURCE : > Task :shared_preferences_android:preBuild UP-TO-DATE : > Task :shared_preferences_android:preDebugBuild UP-TO-DATE : > Task :shared_preferences_android:compileDebugAidl NO-SOURCE : > Task :sign_in_with_apple:preBuild UP-TO-DATE : > Task :sign_in_with_apple:preDebugBuild UP-TO-DATE : > Task :sign_in_with_apple:compileDebugAidl NO-SOURCE : > Task :sqflite:preBuild UP-TO-DATE : > Task :sqflite:preDebugBuild UP-TO-DATE : > Task :sqflite:compileDebugAidl NO-SOURCE : > Task :url_launcher_android:preBuild UP-TO-DATE : > Task :url_launcher_android:preDebugBuild UP-TO-DATE : > Task :url_launcher_android:compileDebugAidl NO-SOURCE : > Task :video_player_android:preBuild UP-TO-DATE : > Task :video_player_android:preDebugBuild UP-TO-DATE : > Task :video_player_android:compileDebugAidl NO-SOURCE : > Task :wakelock:preBuild UP-TO-DATE : > Task :wakelock:preDebugBuild UP-TO-DATE : > Task :wakelock:compileDebugAidl NO-SOURCE : > Task :webview_flutter_android:preBuild UP-TO-DATE : > Task :webview_flutter_android:preDebugBuild UP-TO-DATE : > Task :webview_flutter_android:compileDebugAidl NO-SOURCE : > Task :app:compileDevDebugAidl NO-SOURCE : > Task :connectivity_plus:packageDebugRenderscript NO-SOURCE : > Task :device_info:packageDebugRenderscript NO-SOURCE : > Task :downloads_path_provider_28:packageDebugRenderscript NO-SOURCE : > Task :firebase_analytics:packageDebugRenderscript NO-SOURCE : > Task :firebase_auth:packageDebugRenderscript NO-SOURCE : > Task :firebase_core:packageDebugRenderscript NO-SOURCE : > Task :firebase_crashlytics:packageDebugRenderscript NO-SOURCE : > Task :firebase_dynamic_links:packageDebugRenderscript NO-SOURCE : > Task :flutter_app_service:packageDebugRenderscript NO-SOURCE : > Task :flutter_bluetooth_serial:packageDebugRenderscript NO-SOURCE : > Task :flutter_facebook_auth:packageDebugRenderscript NO-SOURCE : > Task :flutter_plugin_android_lifecycle:packageDebugRenderscript NO-SOURCE : > Task :flutter_secure_storage:packageDebugRenderscript NO-SOURCE : > Task :fluttertoast:packageDebugRenderscript NO-SOURCE : > Task :geolocator_android:packageDebugRenderscript NO-SOURCE : > Task :google_maps_flutter_android:packageDebugRenderscript NO-SOURCE : > Task :google_sign_in_android:packageDebugRenderscript NO-SOURCE : > Task :image_picker_android:packageDebugRenderscript NO-SOURCE : > Task :integration_test:packageDebugRenderscript NO-SOURCE : > Task :onesignal_flutter:packageDebugRenderscript NO-SOURCE : > Task :package_info:packageDebugRenderscript NO-SOURCE : > Task :path_provider_android:packageDebugRenderscript NO-SOURCE : > Task :patrol:packageDebugRenderscript NO-SOURCE : > Task :permission_handler_android:packageDebugRenderscript NO-SOURCE : > Task :plain_notification_token:packageDebugRenderscript NO-SOURCE : > Task :share:packageDebugRenderscript NO-SOURCE : > Task :shared_preferences_android:packageDebugRenderscript NO-SOURCE : > Task :sign_in_with_apple:packageDebugRenderscript NO-SOURCE : > Task :sqflite:packageDebugRenderscript NO-SOURCE : > Task :url_launcher_android:packageDebugRenderscript NO-SOURCE : > Task :video_player_android:packageDebugRenderscript NO-SOURCE : > Task :wakelock:packageDebugRenderscript NO-SOURCE : > Task :webview_flutter_android:packageDebugRenderscript NO-SOURCE : > Task :app:compileDevDebugRenderscript NO-SOURCE : > Task :app:generateDevDebugBuildConfig UP-TO-DATE : > Task :connectivity_plus:writeDebugAarMetadata UP-TO-DATE : > Task :device_info:writeDebugAarMetadata UP-TO-DATE : > Task :downloads_path_provider_28:writeDebugAarMetadata UP-TO-DATE : > Task :firebase_analytics:writeDebugAarMetadata UP-TO-DATE : > Task :firebase_auth:writeDebugAarMetadata UP-TO-DATE : > Task :firebase_core:writeDebugAarMetadata UP-TO-DATE : > Task :firebase_crashlytics:writeDebugAarMetadata UP-TO-DATE : > Task :firebase_dynamic_links:writeDebugAarMetadata UP-TO-DATE : > Task :flutter_app_service:writeDebugAarMetadata UP-TO-DATE : > Task :flutter_bluetooth_serial:writeDebugAarMetadata UP-TO-DATE : > Task :flutter_facebook_auth:writeDebugAarMetadata UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:writeDebugAarMetadata UP-TO-DATE : > Task :flutter_secure_storage:writeDebugAarMetadata UP-TO-DATE : > Task :fluttertoast:writeDebugAarMetadata UP-TO-DATE : > Task :geolocator_android:writeDebugAarMetadata UP-TO-DATE : > Task :google_maps_flutter_android:writeDebugAarMetadata UP-TO-DATE : > Task :google_sign_in_android:writeDebugAarMetadata UP-TO-DATE : > Task :image_picker_android:writeDebugAarMetadata UP-TO-DATE : > Task :integration_test:writeDebugAarMetadata UP-TO-DATE : > Task :onesignal_flutter:writeDebugAarMetadata UP-TO-DATE : > Task :package_info:writeDebugAarMetadata UP-TO-DATE : > Task :path_provider_android:writeDebugAarMetadata UP-TO-DATE : > Task :patrol:writeDebugAarMetadata UP-TO-DATE : > Task :permission_handler_android:writeDebugAarMetadata UP-TO-DATE : > Task :plain_notification_token:writeDebugAarMetadata UP-TO-DATE : > Task :share:writeDebugAarMetadata UP-TO-DATE : > Task :shared_preferences_android:writeDebugAarMetadata UP-TO-DATE : > Task :sign_in_with_apple:writeDebugAarMetadata UP-TO-DATE : > Task :sqflite:writeDebugAarMetadata UP-TO-DATE : > Task :url_launcher_android:writeDebugAarMetadata UP-TO-DATE : > Task :video_player_android:writeDebugAarMetadata UP-TO-DATE : > Task :wakelock:writeDebugAarMetadata UP-TO-DATE : > Task :webview_flutter_android:writeDebugAarMetadata UP-TO-DATE : > Task :app:checkDevDebugAarMetadata UP-TO-DATE : > Task :app:cleanMergeDevDebugAssets : > Task :app:mergeDevDebugShaders UP-TO-DATE : > Task :app:compileDevDebugShaders NO-SOURCE : > Task :app:generateDevDebugAssets UP-TO-DATE : > Task :connectivity_plus:mergeDebugShaders UP-TO-DATE : > Task :connectivity_plus:compileDebugShaders NO-SOURCE : > Task :connectivity_plus:generateDebugAssets UP-TO-DATE : > Task :connectivity_plus:packageDebugAssets UP-TO-DATE : > Task :device_info:mergeDebugShaders UP-TO-DATE : > Task :device_info:compileDebugShaders NO-SOURCE : > Task :device_info:generateDebugAssets UP-TO-DATE : > Task :device_info:packageDebugAssets UP-TO-DATE : > Task :downloads_path_provider_28:mergeDebugShaders UP-TO-DATE : > Task :downloads_path_provider_28:compileDebugShaders NO-SOURCE : > Task :downloads_path_provider_28:generateDebugAssets UP-TO-DATE : > Task :downloads_path_provider_28:packageDebugAssets UP-TO-DATE : > Task :firebase_analytics:mergeDebugShaders UP-TO-DATE : > Task :firebase_analytics:compileDebugShaders NO-SOURCE : > Task :firebase_analytics:generateDebugAssets UP-TO-DATE : > Task :firebase_analytics:packageDebugAssets UP-TO-DATE : > Task :firebase_auth:mergeDebugShaders UP-TO-DATE : > Task :firebase_auth:compileDebugShaders NO-SOURCE : > Task :firebase_auth:generateDebugAssets UP-TO-DATE : > Task :firebase_auth:packageDebugAssets UP-TO-DATE : > Task :firebase_core:mergeDebugShaders UP-TO-DATE : > Task :firebase_core:compileDebugShaders NO-SOURCE : > Task :firebase_core:generateDebugAssets UP-TO-DATE : > Task :firebase_core:packageDebugAssets UP-TO-DATE : > Task :firebase_crashlytics:mergeDebugShaders UP-TO-DATE : > Task :firebase_crashlytics:compileDebugShaders NO-SOURCE : > Task :firebase_crashlytics:generateDebugAssets UP-TO-DATE : > Task :firebase_crashlytics:packageDebugAssets UP-TO-DATE : > Task :firebase_dynamic_links:mergeDebugShaders UP-TO-DATE : > Task :firebase_dynamic_links:compileDebugShaders NO-SOURCE : > Task :firebase_dynamic_links:generateDebugAssets UP-TO-DATE : > Task :firebase_dynamic_links:packageDebugAssets UP-TO-DATE : > Task :flutter_app_service:mergeDebugShaders UP-TO-DATE : > Task :flutter_app_service:compileDebugShaders NO-SOURCE : > Task :flutter_app_service:generateDebugAssets UP-TO-DATE : > Task :flutter_app_service:packageDebugAssets UP-TO-DATE : > Task :flutter_bluetooth_serial:mergeDebugShaders UP-TO-DATE : > Task :flutter_bluetooth_serial:compileDebugShaders NO-SOURCE : > Task :flutter_bluetooth_serial:generateDebugAssets UP-TO-DATE : > Task :flutter_bluetooth_serial:packageDebugAssets UP-TO-DATE : > Task :flutter_facebook_auth:mergeDebugShaders UP-TO-DATE : > Task :flutter_facebook_auth:compileDebugShaders NO-SOURCE : > Task :flutter_facebook_auth:generateDebugAssets UP-TO-DATE : > Task :flutter_facebook_auth:packageDebugAssets UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:mergeDebugShaders UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:compileDebugShaders NO-SOURCE : > Task :flutter_plugin_android_lifecycle:generateDebugAssets UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:packageDebugAssets UP-TO-DATE : > Task :flutter_secure_storage:mergeDebugShaders UP-TO-DATE : > Task :flutter_secure_storage:compileDebugShaders NO-SOURCE : > Task :flutter_secure_storage:generateDebugAssets UP-TO-DATE : > Task :flutter_secure_storage:packageDebugAssets UP-TO-DATE : > Task :fluttertoast:mergeDebugShaders UP-TO-DATE : > Task :fluttertoast:compileDebugShaders NO-SOURCE : > Task :fluttertoast:generateDebugAssets UP-TO-DATE : > Task :fluttertoast:packageDebugAssets UP-TO-DATE : > Task :geolocator_android:mergeDebugShaders UP-TO-DATE : > Task :geolocator_android:compileDebugShaders NO-SOURCE : > Task :geolocator_android:generateDebugAssets UP-TO-DATE : > Task :geolocator_android:packageDebugAssets UP-TO-DATE : > Task :google_maps_flutter_android:mergeDebugShaders UP-TO-DATE : > Task :google_maps_flutter_android:compileDebugShaders NO-SOURCE : > Task :google_maps_flutter_android:generateDebugAssets UP-TO-DATE : > Task :google_maps_flutter_android:packageDebugAssets UP-TO-DATE : > Task :google_sign_in_android:mergeDebugShaders UP-TO-DATE : > Task :google_sign_in_android:compileDebugShaders NO-SOURCE : > Task :google_sign_in_android:generateDebugAssets UP-TO-DATE : > Task :google_sign_in_android:packageDebugAssets UP-TO-DATE : > Task :image_picker_android:mergeDebugShaders UP-TO-DATE : > Task :image_picker_android:compileDebugShaders NO-SOURCE : > Task :image_picker_android:generateDebugAssets UP-TO-DATE : > Task :image_picker_android:packageDebugAssets UP-TO-DATE : > Task :integration_test:mergeDebugShaders UP-TO-DATE : > Task :integration_test:compileDebugShaders NO-SOURCE : > Task :integration_test:generateDebugAssets UP-TO-DATE : > Task :integration_test:packageDebugAssets UP-TO-DATE : > Task :onesignal_flutter:mergeDebugShaders UP-TO-DATE : > Task :onesignal_flutter:compileDebugShaders NO-SOURCE : > Task :onesignal_flutter:generateDebugAssets UP-TO-DATE : > Task :onesignal_flutter:packageDebugAssets UP-TO-DATE : > Task :package_info:mergeDebugShaders UP-TO-DATE : > Task :package_info:compileDebugShaders NO-SOURCE : > Task :package_info:generateDebugAssets UP-TO-DATE : > Task :package_info:packageDebugAssets UP-TO-DATE : > Task :path_provider_android:mergeDebugShaders UP-TO-DATE : > Task :path_provider_android:compileDebugShaders NO-SOURCE : > Task :path_provider_android:generateDebugAssets UP-TO-DATE : > Task :path_provider_android:packageDebugAssets UP-TO-DATE : > Task :patrol:mergeDebugShaders UP-TO-DATE : > Task :patrol:compileDebugShaders NO-SOURCE : > Task :patrol:generateDebugAssets UP-TO-DATE : > Task :patrol:packageDebugAssets UP-TO-DATE : > Task :permission_handler_android:mergeDebugShaders UP-TO-DATE : > Task :permission_handler_android:compileDebugShaders NO-SOURCE : > Task :permission_handler_android:generateDebugAssets UP-TO-DATE : > Task :permission_handler_android:packageDebugAssets UP-TO-DATE : > Task :plain_notification_token:mergeDebugShaders UP-TO-DATE : > Task :plain_notification_token:compileDebugShaders NO-SOURCE : > Task :plain_notification_token:generateDebugAssets UP-TO-DATE : > Task :plain_notification_token:packageDebugAssets UP-TO-DATE : > Task :share:mergeDebugShaders UP-TO-DATE : > Task :share:compileDebugShaders NO-SOURCE : > Task :share:generateDebugAssets UP-TO-DATE : > Task :share:packageDebugAssets UP-TO-DATE : > Task :shared_preferences_android:mergeDebugShaders UP-TO-DATE : > Task :shared_preferences_android:compileDebugShaders NO-SOURCE : > Task :shared_preferences_android:generateDebugAssets UP-TO-DATE : > Task :shared_preferences_android:packageDebugAssets UP-TO-DATE : > Task :sign_in_with_apple:mergeDebugShaders UP-TO-DATE : > Task :sign_in_with_apple:compileDebugShaders NO-SOURCE : > Task :sign_in_with_apple:generateDebugAssets UP-TO-DATE : > Task :sign_in_with_apple:packageDebugAssets UP-TO-DATE : > Task :sqflite:mergeDebugShaders UP-TO-DATE : > Task :sqflite:compileDebugShaders NO-SOURCE : > Task :sqflite:generateDebugAssets UP-TO-DATE : > Task :sqflite:packageDebugAssets UP-TO-DATE : > Task :url_launcher_android:mergeDebugShaders UP-TO-DATE : > Task :url_launcher_android:compileDebugShaders NO-SOURCE : > Task :url_launcher_android:generateDebugAssets UP-TO-DATE : > Task :url_launcher_android:packageDebugAssets UP-TO-DATE : > Task :video_player_android:mergeDebugShaders UP-TO-DATE : > Task :video_player_android:compileDebugShaders NO-SOURCE : > Task :video_player_android:generateDebugAssets UP-TO-DATE : > Task :video_player_android:packageDebugAssets UP-TO-DATE : > Task :wakelock:mergeDebugShaders UP-TO-DATE : > Task :wakelock:compileDebugShaders NO-SOURCE : > Task :wakelock:generateDebugAssets UP-TO-DATE : > Task :wakelock:packageDebugAssets UP-TO-DATE : > Task :webview_flutter_android:mergeDebugShaders UP-TO-DATE : > Task :webview_flutter_android:compileDebugShaders NO-SOURCE : > Task :webview_flutter_android:generateDebugAssets UP-TO-DATE : > Task :webview_flutter_android:packageDebugAssets UP-TO-DATE : > Task :app:mergeDevDebugAssets : > Task :app:copyFlutterAssetsDevDebug : > Task :app:generateDevDebugResValues UP-TO-DATE : > Task :app:generateDevDebugResources UP-TO-DATE : > Task :app:injectCrashlyticsMappingFileIdDevDebug UP-TO-DATE : > Task :app:processDevDebugGoogleServices UP-TO-DATE : > Task :connectivity_plus:compileDebugRenderscript NO-SOURCE : > Task :connectivity_plus:generateDebugResValues UP-TO-DATE : > Task :connectivity_plus:generateDebugResources UP-TO-DATE : > Task :connectivity_plus:packageDebugResources UP-TO-DATE : > Task :device_info:compileDebugRenderscript NO-SOURCE : > Task :device_info:generateDebugResValues UP-TO-DATE : > Task :device_info:generateDebugResources UP-TO-DATE : > Task :device_info:packageDebugResources UP-TO-DATE : > Task :downloads_path_provider_28:compileDebugRenderscript NO-SOURCE : > Task :downloads_path_provider_28:generateDebugResValues UP-TO-DATE : > Task :downloads_path_provider_28:generateDebugResources UP-TO-DATE : > Task :downloads_path_provider_28:packageDebugResources UP-TO-DATE : > Task :firebase_analytics:compileDebugRenderscript NO-SOURCE : > Task :firebase_analytics:generateDebugResValues UP-TO-DATE : > Task :firebase_analytics:generateDebugResources UP-TO-DATE : > Task :firebase_analytics:packageDebugResources UP-TO-DATE : > Task :firebase_auth:compileDebugRenderscript NO-SOURCE : > Task :firebase_auth:generateDebugResValues UP-TO-DATE : > Task :firebase_auth:generateDebugResources UP-TO-DATE : > Task :firebase_auth:packageDebugResources UP-TO-DATE : > Task :firebase_core:compileDebugRenderscript NO-SOURCE : > Task :firebase_core:generateDebugResValues UP-TO-DATE : > Task :firebase_core:generateDebugResources UP-TO-DATE : > Task :firebase_core:packageDebugResources UP-TO-DATE : > Task :firebase_crashlytics:compileDebugRenderscript NO-SOURCE : > Task :firebase_crashlytics:generateDebugResValues UP-TO-DATE : > Task :firebase_crashlytics:generateDebugResources UP-TO-DATE : > Task :firebase_crashlytics:packageDebugResources UP-TO-DATE : > Task :firebase_dynamic_links:compileDebugRenderscript NO-SOURCE : > Task :firebase_dynamic_links:generateDebugResValues UP-TO-DATE : > Task :firebase_dynamic_links:generateDebugResources UP-TO-DATE : > Task :firebase_dynamic_links:packageDebugResources UP-TO-DATE : > Task :flutter_app_service:compileDebugRenderscript NO-SOURCE : > Task :flutter_app_service:generateDebugResValues UP-TO-DATE : > Task :flutter_app_service:generateDebugResources UP-TO-DATE : > Task :flutter_app_service:packageDebugResources UP-TO-DATE : > Task :flutter_bluetooth_serial:compileDebugRenderscript NO-SOURCE : > Task :flutter_bluetooth_serial:generateDebugResValues UP-TO-DATE : > Task :flutter_bluetooth_serial:generateDebugResources UP-TO-DATE : > Task :flutter_bluetooth_serial:packageDebugResources UP-TO-DATE : > Task :flutter_facebook_auth:compileDebugRenderscript NO-SOURCE : > Task :flutter_facebook_auth:generateDebugResValues UP-TO-DATE : > Task :flutter_facebook_auth:generateDebugResources UP-TO-DATE : > Task :flutter_facebook_auth:packageDebugResources UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:compileDebugRenderscript NO-SOURCE : > Task :flutter_plugin_android_lifecycle:generateDebugResValues UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:generateDebugResources UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:packageDebugResources UP-TO-DATE : > Task :flutter_secure_storage:compileDebugRenderscript NO-SOURCE : > Task :flutter_secure_storage:generateDebugResValues UP-TO-DATE : > Task :flutter_secure_storage:generateDebugResources UP-TO-DATE : > Task :flutter_secure_storage:packageDebugResources UP-TO-DATE : > Task :fluttertoast:compileDebugRenderscript NO-SOURCE : > Task :fluttertoast:generateDebugResValues UP-TO-DATE : > Task :fluttertoast:generateDebugResources UP-TO-DATE : > Task :fluttertoast:packageDebugResources UP-TO-DATE : > Task :geolocator_android:compileDebugRenderscript NO-SOURCE : > Task :geolocator_android:generateDebugResValues UP-TO-DATE : > Task :geolocator_android:generateDebugResources UP-TO-DATE : > Task :geolocator_android:packageDebugResources UP-TO-DATE : > Task :google_maps_flutter_android:compileDebugRenderscript NO-SOURCE : > Task :google_maps_flutter_android:generateDebugResValues UP-TO-DATE : > Task :google_maps_flutter_android:generateDebugResources UP-TO-DATE : > Task :google_maps_flutter_android:packageDebugResources UP-TO-DATE : > Task :google_sign_in_android:compileDebugRenderscript NO-SOURCE : > Task :google_sign_in_android:generateDebugResValues UP-TO-DATE : > Task :google_sign_in_android:generateDebugResources UP-TO-DATE : > Task :google_sign_in_android:packageDebugResources UP-TO-DATE : > Task :image_picker_android:compileDebugRenderscript NO-SOURCE : > Task :image_picker_android:generateDebugResValues UP-TO-DATE : > Task :image_picker_android:generateDebugResources UP-TO-DATE : > Task :image_picker_android:packageDebugResources UP-TO-DATE : > Task :integration_test:compileDebugRenderscript NO-SOURCE : > Task :integration_test:generateDebugResValues UP-TO-DATE : > Task :integration_test:generateDebugResources UP-TO-DATE : > Task :integration_test:packageDebugResources UP-TO-DATE : > Task :onesignal_flutter:compileDebugRenderscript NO-SOURCE : > Task :onesignal_flutter:generateDebugResValues UP-TO-DATE : > Task :onesignal_flutter:generateDebugResources UP-TO-DATE : > Task :onesignal_flutter:packageDebugResources UP-TO-DATE : > Task :package_info:compileDebugRenderscript NO-SOURCE : > Task :package_info:generateDebugResValues UP-TO-DATE : > Task :package_info:generateDebugResources UP-TO-DATE : > Task :package_info:packageDebugResources UP-TO-DATE : > Task :path_provider_android:compileDebugRenderscript NO-SOURCE : > Task :path_provider_android:generateDebugResValues UP-TO-DATE : > Task :path_provider_android:generateDebugResources UP-TO-DATE : > Task :path_provider_android:packageDebugResources UP-TO-DATE : > Task :patrol:compileDebugRenderscript NO-SOURCE : > Task :patrol:generateDebugResValues UP-TO-DATE : > Task :patrol:generateDebugResources UP-TO-DATE : > Task :patrol:packageDebugResources UP-TO-DATE : > Task :permission_handler_android:compileDebugRenderscript NO-SOURCE : > Task :permission_handler_android:generateDebugResValues UP-TO-DATE : > Task :permission_handler_android:generateDebugResources UP-TO-DATE : > Task :permission_handler_android:packageDebugResources UP-TO-DATE : > Task :plain_notification_token:compileDebugRenderscript NO-SOURCE : > Task :plain_notification_token:generateDebugResValues UP-TO-DATE : > Task :plain_notification_token:generateDebugResources UP-TO-DATE : > Task :plain_notification_token:packageDebugResources UP-TO-DATE : > Task :share:compileDebugRenderscript NO-SOURCE : > Task :share:generateDebugResValues UP-TO-DATE : > Task :share:generateDebugResources UP-TO-DATE : > Task :share:packageDebugResources UP-TO-DATE : > Task :shared_preferences_android:compileDebugRenderscript NO-SOURCE : > Task :shared_preferences_android:generateDebugResValues UP-TO-DATE : > Task :shared_preferences_android:generateDebugResources UP-TO-DATE : > Task :shared_preferences_android:packageDebugResources UP-TO-DATE : > Task :sign_in_with_apple:compileDebugRenderscript NO-SOURCE : > Task :sign_in_with_apple:generateDebugResValues UP-TO-DATE : > Task :sign_in_with_apple:generateDebugResources UP-TO-DATE : > Task :sign_in_with_apple:packageDebugResources UP-TO-DATE : > Task :sqflite:compileDebugRenderscript NO-SOURCE : > Task :sqflite:generateDebugResValues UP-TO-DATE : > Task :sqflite:generateDebugResources UP-TO-DATE : > Task :sqflite:packageDebugResources UP-TO-DATE : > Task :url_launcher_android:compileDebugRenderscript NO-SOURCE : > Task :url_launcher_android:generateDebugResValues UP-TO-DATE : > Task :url_launcher_android:generateDebugResources UP-TO-DATE : > Task :url_launcher_android:packageDebugResources UP-TO-DATE : > Task :video_player_android:compileDebugRenderscript NO-SOURCE : > Task :video_player_android:generateDebugResValues UP-TO-DATE : > Task :video_player_android:generateDebugResources UP-TO-DATE : > Task :video_player_android:packageDebugResources UP-TO-DATE : > Task :wakelock:compileDebugRenderscript NO-SOURCE : > Task :wakelock:generateDebugResValues UP-TO-DATE : > Task :wakelock:generateDebugResources UP-TO-DATE : > Task :wakelock:packageDebugResources UP-TO-DATE : > Task :webview_flutter_android:compileDebugRenderscript NO-SOURCE : > Task :webview_flutter_android:generateDebugResValues UP-TO-DATE : > Task :webview_flutter_android:generateDebugResources UP-TO-DATE : > Task :webview_flutter_android:packageDebugResources UP-TO-DATE : > Task :app:mergeDevDebugResources UP-TO-DATE : > Task :app:createDevDebugCompatibleScreenManifests UP-TO-DATE : > Task :app:extractDeepLinksDevDebug UP-TO-DATE : > Task :connectivity_plus:extractDeepLinksDebug UP-TO-DATE : > Task :connectivity_plus:processDebugManifest UP-TO-DATE : > Task :device_info:extractDeepLinksDebug UP-TO-DATE : > Task :device_info:processDebugManifest UP-TO-DATE : > Task :downloads_path_provider_28:extractDeepLinksDebug UP-TO-DATE : > Task :downloads_path_provider_28:processDebugManifest UP-TO-DATE : > Task :firebase_analytics:extractDeepLinksDebug UP-TO-DATE : > Task :firebase_analytics:processDebugManifest UP-TO-DATE : > Task :firebase_auth:extractDeepLinksDebug UP-TO-DATE : > Task :firebase_auth:processDebugManifest UP-TO-DATE : > Task :firebase_core:extractDeepLinksDebug UP-TO-DATE : > Task :firebase_core:processDebugManifest UP-TO-DATE : > Task :firebase_crashlytics:extractDeepLinksDebug UP-TO-DATE : > Task :firebase_crashlytics:processDebugManifest UP-TO-DATE : > Task :firebase_dynamic_links:extractDeepLinksDebug UP-TO-DATE : > Task :firebase_dynamic_links:processDebugManifest UP-TO-DATE : > Task :flutter_app_service:extractDeepLinksDebug UP-TO-DATE : > Task :flutter_app_service:processDebugManifest UP-TO-DATE : > Task :flutter_bluetooth_serial:extractDeepLinksDebug UP-TO-DATE : > Task :flutter_bluetooth_serial:processDebugManifest UP-TO-DATE : > Task :flutter_facebook_auth:extractDeepLinksDebug UP-TO-DATE : > Task :flutter_facebook_auth:processDebugManifest UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:extractDeepLinksDebug UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:processDebugManifest UP-TO-DATE : > Task :flutter_secure_storage:extractDeepLinksDebug UP-TO-DATE : > Task :flutter_secure_storage:processDebugManifest UP-TO-DATE : > Task :fluttertoast:extractDeepLinksDebug UP-TO-DATE : > Task :fluttertoast:processDebugManifest UP-TO-DATE : > Task :geolocator_android:extractDeepLinksDebug UP-TO-DATE : > Task :geolocator_android:processDebugManifest UP-TO-DATE : > Task :google_maps_flutter_android:extractDeepLinksDebug UP-TO-DATE : > Task :google_maps_flutter_android:processDebugManifest UP-TO-DATE : > Task :google_sign_in_android:extractDeepLinksDebug UP-TO-DATE : > Task :google_sign_in_android:processDebugManifest UP-TO-DATE : > Task :image_picker_android:extractDeepLinksDebug UP-TO-DATE : > Task :image_picker_android:processDebugManifest UP-TO-DATE : > Task :integration_test:extractDeepLinksDebug UP-TO-DATE : > Task :integration_test:processDebugManifest UP-TO-DATE : > Task :onesignal_flutter:extractDeepLinksDebug UP-TO-DATE : > Task :onesignal_flutter:processDebugManifest UP-TO-DATE : > Task :package_info:extractDeepLinksDebug UP-TO-DATE : > Task :package_info:processDebugManifest UP-TO-DATE : > Task :path_provider_android:extractDeepLinksDebug UP-TO-DATE : > Task :path_provider_android:processDebugManifest UP-TO-DATE : > Task :patrol:extractDeepLinksDebug UP-TO-DATE : > Task :patrol:processDebugManifest UP-TO-DATE : > Task :permission_handler_android:extractDeepLinksDebug UP-TO-DATE : > Task :permission_handler_android:processDebugManifest UP-TO-DATE : > Task :plain_notification_token:extractDeepLinksDebug UP-TO-DATE : > Task :plain_notification_token:processDebugManifest UP-TO-DATE : > Task :share:extractDeepLinksDebug UP-TO-DATE : > Task :share:processDebugManifest UP-TO-DATE : > Task :shared_preferences_android:extractDeepLinksDebug UP-TO-DATE : > Task :shared_preferences_android:processDebugManifest UP-TO-DATE : > Task :sign_in_with_apple:extractDeepLinksDebug UP-TO-DATE : > Task :sign_in_with_apple:processDebugManifest UP-TO-DATE : > Task :sqflite:extractDeepLinksDebug UP-TO-DATE : > Task :sqflite:processDebugManifest UP-TO-DATE : > Task :url_launcher_android:extractDeepLinksDebug UP-TO-DATE : > Task :url_launcher_android:processDebugManifest UP-TO-DATE : > Task :video_player_android:extractDeepLinksDebug UP-TO-DATE : > Task :video_player_android:processDebugManifest UP-TO-DATE : > Task :wakelock:extractDeepLinksDebug UP-TO-DATE : > Task :wakelock:processDebugManifest UP-TO-DATE : > Task :webview_flutter_android:extractDeepLinksDebug UP-TO-DATE : > Task :webview_flutter_android:processDebugManifest UP-TO-DATE : > Task :app:processDevDebugMainManifest UP-TO-DATE : > Task :app:processDevDebugManifest UP-TO-DATE : > Task :app:processDevDebugManifestForPackage UP-TO-DATE : > Task :connectivity_plus:compileDebugLibraryResources UP-TO-DATE : > Task :connectivity_plus:parseDebugLocalResources UP-TO-DATE : > Task :connectivity_plus:generateDebugRFile UP-TO-DATE : > Task :device_info:compileDebugLibraryResources UP-TO-DATE : > Task :device_info:parseDebugLocalResources UP-TO-DATE : > Task :device_info:generateDebugRFile UP-TO-DATE : > Task :downloads_path_provider_28:compileDebugLibraryResources UP-TO-DATE : > Task :downloads_path_provider_28:parseDebugLocalResources UP-TO-DATE : > Task :downloads_path_provider_28:generateDebugRFile UP-TO-DATE : > Task :firebase_analytics:compileDebugLibraryResources UP-TO-DATE : > Task :firebase_analytics:parseDebugLocalResources UP-TO-DATE : > Task :firebase_core:parseDebugLocalResources UP-TO-DATE : > Task :firebase_core:generateDebugRFile UP-TO-DATE : > Task :firebase_analytics:generateDebugRFile UP-TO-DATE : > Task :firebase_auth:compileDebugLibraryResources UP-TO-DATE : > Task :firebase_auth:parseDebugLocalResources UP-TO-DATE : > Task :firebase_auth:generateDebugRFile UP-TO-DATE : > Task :firebase_core:compileDebugLibraryResources UP-TO-DATE : > Task :firebase_crashlytics:compileDebugLibraryResources UP-TO-DATE : > Task :firebase_crashlytics:parseDebugLocalResources UP-TO-DATE : > Task :firebase_crashlytics:generateDebugRFile UP-TO-DATE : > Task :firebase_dynamic_links:compileDebugLibraryResources UP-TO-DATE : > Task :firebase_dynamic_links:parseDebugLocalResources UP-TO-DATE : > Task :firebase_dynamic_links:generateDebugRFile UP-TO-DATE : > Task :flutter_app_service:compileDebugLibraryResources UP-TO-DATE : > Task :flutter_app_service:parseDebugLocalResources UP-TO-DATE : > Task :flutter_app_service:generateDebugRFile UP-TO-DATE : > Task :flutter_bluetooth_serial:compileDebugLibraryResources UP-TO-DATE : > Task :flutter_bluetooth_serial:parseDebugLocalResources UP-TO-DATE : > Task :flutter_bluetooth_serial:generateDebugRFile UP-TO-DATE : > Task :flutter_facebook_auth:compileDebugLibraryResources UP-TO-DATE : > Task :flutter_facebook_auth:parseDebugLocalResources UP-TO-DATE : > Task :flutter_facebook_auth:generateDebugRFile UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:compileDebugLibraryResources UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:parseDebugLocalResources UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:generateDebugRFile UP-TO-DATE : > Task :flutter_secure_storage:compileDebugLibraryResources UP-TO-DATE : > Task :flutter_secure_storage:parseDebugLocalResources UP-TO-DATE : > Task :flutter_secure_storage:generateDebugRFile UP-TO-DATE : > Task :fluttertoast:compileDebugLibraryResources UP-TO-DATE : > Task :fluttertoast:parseDebugLocalResources UP-TO-DATE : > Task :fluttertoast:generateDebugRFile UP-TO-DATE : > Task :geolocator_android:compileDebugLibraryResources UP-TO-DATE : > Task :geolocator_android:parseDebugLocalResources UP-TO-DATE : > Task :geolocator_android:generateDebugRFile UP-TO-DATE : > Task :google_maps_flutter_android:compileDebugLibraryResources UP-TO-DATE : > Task :google_maps_flutter_android:parseDebugLocalResources UP-TO-DATE : > Task :google_maps_flutter_android:generateDebugRFile UP-TO-DATE : > Task :google_sign_in_android:compileDebugLibraryResources UP-TO-DATE : > Task :google_sign_in_android:parseDebugLocalResources UP-TO-DATE : > Task :google_sign_in_android:generateDebugRFile UP-TO-DATE : > Task :image_picker_android:compileDebugLibraryResources UP-TO-DATE : > Task :image_picker_android:parseDebugLocalResources UP-TO-DATE : > Task :image_picker_android:generateDebugRFile UP-TO-DATE : > Task :integration_test:compileDebugLibraryResources UP-TO-DATE : > Task :integration_test:parseDebugLocalResources UP-TO-DATE : > Task :integration_test:generateDebugRFile UP-TO-DATE : > Task :onesignal_flutter:compileDebugLibraryResources UP-TO-DATE : > Task :onesignal_flutter:parseDebugLocalResources UP-TO-DATE : > Task :onesignal_flutter:generateDebugRFile UP-TO-DATE : > Task :package_info:compileDebugLibraryResources UP-TO-DATE : > Task :package_info:parseDebugLocalResources UP-TO-DATE : > Task :package_info:generateDebugRFile UP-TO-DATE : > Task :path_provider_android:compileDebugLibraryResources UP-TO-DATE : > Task :path_provider_android:parseDebugLocalResources UP-TO-DATE : > Task :path_provider_android:generateDebugRFile UP-TO-DATE : > Task :patrol:compileDebugLibraryResources UP-TO-DATE : > Task :patrol:parseDebugLocalResources UP-TO-DATE : > Task :patrol:generateDebugRFile UP-TO-DATE : > Task :permission_handler_android:compileDebugLibraryResources UP-TO-DATE : > Task :permission_handler_android:parseDebugLocalResources UP-TO-DATE : > Task :permission_handler_android:generateDebugRFile UP-TO-DATE : > Task :plain_notification_token:compileDebugLibraryResources UP-TO-DATE : > Task :plain_notification_token:parseDebugLocalResources UP-TO-DATE : > Task :plain_notification_token:generateDebugRFile UP-TO-DATE : > Task :share:compileDebugLibraryResources UP-TO-DATE : > Task :share:parseDebugLocalResources UP-TO-DATE : > Task :share:generateDebugRFile UP-TO-DATE : > Task :shared_preferences_android:compileDebugLibraryResources UP-TO-DATE : > Task :shared_preferences_android:parseDebugLocalResources UP-TO-DATE : > Task :shared_preferences_android:generateDebugRFile UP-TO-DATE : > Task :sign_in_with_apple:compileDebugLibraryResources UP-TO-DATE : > Task :sign_in_with_apple:parseDebugLocalResources UP-TO-DATE : > Task :sign_in_with_apple:generateDebugRFile UP-TO-DATE : > Task :sqflite:compileDebugLibraryResources UP-TO-DATE : > Task :sqflite:parseDebugLocalResources UP-TO-DATE : > Task :sqflite:generateDebugRFile UP-TO-DATE : > Task :url_launcher_android:compileDebugLibraryResources UP-TO-DATE : > Task :url_launcher_android:parseDebugLocalResources UP-TO-DATE : > Task :url_launcher_android:generateDebugRFile UP-TO-DATE : > Task :video_player_android:compileDebugLibraryResources UP-TO-DATE : > Task :video_player_android:parseDebugLocalResources UP-TO-DATE : > Task :video_player_android:generateDebugRFile UP-TO-DATE : > Task :wakelock:compileDebugLibraryResources UP-TO-DATE : > Task :wakelock:parseDebugLocalResources UP-TO-DATE : > Task :wakelock:generateDebugRFile UP-TO-DATE : > Task :webview_flutter_android:compileDebugLibraryResources UP-TO-DATE : > Task :webview_flutter_android:parseDebugLocalResources UP-TO-DATE : > Task :webview_flutter_android:generateDebugRFile UP-TO-DATE : > Task :app:processDevDebugResources UP-TO-DATE : > Task :connectivity_plus:generateDebugBuildConfig UP-TO-DATE : > Task :connectivity_plus:javaPreCompileDebug UP-TO-DATE : > Task :connectivity_plus:compileDebugJavaWithJavac UP-TO-DATE : > Task :connectivity_plus:bundleLibCompileToJarDebug UP-TO-DATE : > Task :device_info:generateDebugBuildConfig UP-TO-DATE : > Task :device_info:javaPreCompileDebug UP-TO-DATE : > Task :device_info:compileDebugJavaWithJavac UP-TO-DATE : > Task :device_info:bundleLibCompileToJarDebug UP-TO-DATE : > Task :downloads_path_provider_28:generateDebugBuildConfig UP-TO-DATE : > Task :downloads_path_provider_28:javaPreCompileDebug UP-TO-DATE : > Task :downloads_path_provider_28:compileDebugJavaWithJavac UP-TO-DATE : > Task :downloads_path_provider_28:bundleLibCompileToJarDebug UP-TO-DATE : > Task :firebase_analytics:generateDebugBuildConfig UP-TO-DATE : > Task :firebase_analytics:javaPreCompileDebug UP-TO-DATE : > Task :firebase_core:generateDebugBuildConfig UP-TO-DATE : > Task :firebase_core:javaPreCompileDebug UP-TO-DATE : > Task :firebase_core:compileDebugJavaWithJavac UP-TO-DATE : > Task :firebase_core:bundleLibCompileToJarDebug UP-TO-DATE : > Task :firebase_analytics:compileDebugJavaWithJavac UP-TO-DATE : > Task :firebase_analytics:bundleLibCompileToJarDebug UP-TO-DATE : > Task :firebase_auth:generateDebugBuildConfig UP-TO-DATE : > Task :firebase_auth:javaPreCompileDebug UP-TO-DATE : > Task :firebase_auth:compileDebugJavaWithJavac UP-TO-DATE : > Task :firebase_auth:bundleLibCompileToJarDebug UP-TO-DATE : > Task :firebase_crashlytics:generateDebugBuildConfig UP-TO-DATE : > Task :firebase_crashlytics:javaPreCompileDebug UP-TO-DATE : > Task :firebase_crashlytics:compileDebugJavaWithJavac UP-TO-DATE : > Task :firebase_crashlytics:bundleLibCompileToJarDebug UP-TO-DATE : > Task :firebase_dynamic_links:generateDebugBuildConfig UP-TO-DATE : > Task :firebase_dynamic_links:javaPreCompileDebug UP-TO-DATE : > Task :firebase_dynamic_links:compileDebugJavaWithJavac UP-TO-DATE : > Task :firebase_dynamic_links:bundleLibCompileToJarDebug UP-TO-DATE : > Task :flutter_app_service:generateDebugBuildConfig UP-TO-DATE : > Task :flutter_app_service:compileDebugKotlin UP-TO-DATE : > Task :flutter_app_service:javaPreCompileDebug UP-TO-DATE : > Task :flutter_app_service:compileDebugJavaWithJavac UP-TO-DATE : > Task :flutter_app_service:bundleLibCompileToJarDebug UP-TO-DATE : > Task :flutter_bluetooth_serial:generateDebugBuildConfig UP-TO-DATE : > Task :flutter_bluetooth_serial:javaPreCompileDebug UP-TO-DATE : > Task :flutter_bluetooth_serial:compileDebugJavaWithJavac UP-TO-DATE : > Task :flutter_bluetooth_serial:bundleLibCompileToJarDebug UP-TO-DATE : > Task :flutter_facebook_auth:generateDebugBuildConfig UP-TO-DATE : > Task :flutter_facebook_auth:javaPreCompileDebug UP-TO-DATE : > Task :flutter_facebook_auth:compileDebugJavaWithJavac UP-TO-DATE : > Task :flutter_facebook_auth:bundleLibCompileToJarDebug UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:generateDebugBuildConfig UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:javaPreCompileDebug UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:compileDebugJavaWithJavac UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:bundleLibCompileToJarDebug UP-TO-DATE : > Task :flutter_secure_storage:generateDebugBuildConfig UP-TO-DATE : > Task :flutter_secure_storage:javaPreCompileDebug UP-TO-DATE : > Task :flutter_secure_storage:compileDebugJavaWithJavac UP-TO-DATE : > Task :flutter_secure_storage:bundleLibCompileToJarDebug UP-TO-DATE : > Task :fluttertoast:generateDebugBuildConfig UP-TO-DATE : > Task :fluttertoast:compileDebugKotlin UP-TO-DATE : > Task :fluttertoast:javaPreCompileDebug UP-TO-DATE : > Task :fluttertoast:compileDebugJavaWithJavac UP-TO-DATE : > Task :fluttertoast:bundleLibCompileToJarDebug UP-TO-DATE : > Task :geolocator_android:generateDebugBuildConfig UP-TO-DATE : > Task :geolocator_android:javaPreCompileDebug UP-TO-DATE : > Task :geolocator_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :geolocator_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :google_maps_flutter_android:generateDebugBuildConfig UP-TO-DATE : > Task :google_maps_flutter_android:javaPreCompileDebug UP-TO-DATE : > Task :google_maps_flutter_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :google_maps_flutter_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :google_sign_in_android:generateDebugBuildConfig UP-TO-DATE : > Task :google_sign_in_android:javaPreCompileDebug UP-TO-DATE : > Task :google_sign_in_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :google_sign_in_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :image_picker_android:generateDebugBuildConfig UP-TO-DATE : > Task :image_picker_android:javaPreCompileDebug UP-TO-DATE : > Task :image_picker_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :image_picker_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :integration_test:generateDebugBuildConfig UP-TO-DATE : > Task :integration_test:javaPreCompileDebug UP-TO-DATE : > Task :integration_test:compileDebugJavaWithJavac UP-TO-DATE : > Task :integration_test:bundleLibCompileToJarDebug UP-TO-DATE : > Task :onesignal_flutter:generateDebugBuildConfig UP-TO-DATE : > Task :onesignal_flutter:javaPreCompileDebug UP-TO-DATE : > Task :onesignal_flutter:compileDebugJavaWithJavac UP-TO-DATE : > Task :onesignal_flutter:bundleLibCompileToJarDebug UP-TO-DATE : > Task :package_info:generateDebugBuildConfig UP-TO-DATE : > Task :package_info:javaPreCompileDebug UP-TO-DATE : > Task :package_info:compileDebugJavaWithJavac UP-TO-DATE : > Task :package_info:bundleLibCompileToJarDebug UP-TO-DATE : > Task :path_provider_android:generateDebugBuildConfig UP-TO-DATE : > Task :path_provider_android:javaPreCompileDebug UP-TO-DATE : > Task :path_provider_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :path_provider_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :patrol:generateDebugBuildConfig UP-TO-DATE : > Task :patrol:compileDebugKotlin UP-TO-DATE : > Task :patrol:javaPreCompileDebug UP-TO-DATE : > Task :patrol:compileDebugJavaWithJavac UP-TO-DATE : > Task :patrol:bundleLibCompileToJarDebug UP-TO-DATE : > Task :permission_handler_android:generateDebugBuildConfig UP-TO-DATE : > Task :permission_handler_android:javaPreCompileDebug UP-TO-DATE : > Task :permission_handler_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :permission_handler_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :plain_notification_token:generateDebugBuildConfig UP-TO-DATE : > Task :plain_notification_token:javaPreCompileDebug UP-TO-DATE : > Task :plain_notification_token:compileDebugJavaWithJavac UP-TO-DATE : > Task :plain_notification_token:bundleLibCompileToJarDebug UP-TO-DATE : > Task :share:generateDebugBuildConfig UP-TO-DATE : > Task :share:javaPreCompileDebug UP-TO-DATE : > Task :share:compileDebugJavaWithJavac UP-TO-DATE : > Task :share:bundleLibCompileToJarDebug UP-TO-DATE : > Task :shared_preferences_android:generateDebugBuildConfig UP-TO-DATE : > Task :shared_preferences_android:javaPreCompileDebug UP-TO-DATE : > Task :shared_preferences_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :shared_preferences_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :sign_in_with_apple:generateDebugBuildConfig UP-TO-DATE : > Task :sign_in_with_apple:compileDebugKotlin UP-TO-DATE : > Task :sign_in_with_apple:javaPreCompileDebug UP-TO-DATE : > Task :sign_in_with_apple:compileDebugJavaWithJavac UP-TO-DATE : > Task :sign_in_with_apple:bundleLibCompileToJarDebug UP-TO-DATE : > Task :sqflite:generateDebugBuildConfig UP-TO-DATE : > Task :sqflite:javaPreCompileDebug UP-TO-DATE : > Task :sqflite:compileDebugJavaWithJavac UP-TO-DATE : > Task :sqflite:bundleLibCompileToJarDebug UP-TO-DATE : > Task :url_launcher_android:generateDebugBuildConfig UP-TO-DATE : > Task :url_launcher_android:javaPreCompileDebug UP-TO-DATE : > Task :url_launcher_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :url_launcher_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :video_player_android:generateDebugBuildConfig UP-TO-DATE : > Task :video_player_android:javaPreCompileDebug UP-TO-DATE : > Task :video_player_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :video_player_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :wakelock:generateDebugBuildConfig UP-TO-DATE : > Task :wakelock:compileDebugKotlin UP-TO-DATE : > Task :wakelock:javaPreCompileDebug UP-TO-DATE : > Task :wakelock:compileDebugJavaWithJavac UP-TO-DATE : > Task :wakelock:bundleLibCompileToJarDebug UP-TO-DATE : > Task :webview_flutter_android:generateDebugBuildConfig UP-TO-DATE : > Task :webview_flutter_android:javaPreCompileDebug UP-TO-DATE : > Task :webview_flutter_android:compileDebugJavaWithJavac UP-TO-DATE : > Task :webview_flutter_android:bundleLibCompileToJarDebug UP-TO-DATE : > Task :app:compileDevDebugKotlin UP-TO-DATE : > Task :app:javaPreCompileDevDebug UP-TO-DATE : > Task :app:compileDevDebugJavaWithJavac UP-TO-DATE : > Task :app:compileDevDebugSources UP-TO-DATE : > Task :app:mergeDevDebugNativeDebugMetadata NO-SOURCE : > Task :app:processDevDebugJavaRes NO-SOURCE : > Task :connectivity_plus:processDebugJavaRes NO-SOURCE : > Task :connectivity_plus:bundleLibResDebug NO-SOURCE : > Task :device_info:processDebugJavaRes NO-SOURCE : > Task :device_info:bundleLibResDebug NO-SOURCE : > Task :downloads_path_provider_28:processDebugJavaRes NO-SOURCE : > Task :downloads_path_provider_28:bundleLibResDebug NO-SOURCE : > Task :firebase_analytics:processDebugJavaRes NO-SOURCE : > Task :firebase_analytics:bundleLibResDebug NO-SOURCE : > Task :firebase_auth:processDebugJavaRes NO-SOURCE : > Task :firebase_auth:bundleLibResDebug NO-SOURCE : > Task :firebase_core:processDebugJavaRes NO-SOURCE : > Task :firebase_core:bundleLibResDebug NO-SOURCE : > Task :firebase_crashlytics:processDebugJavaRes NO-SOURCE : > Task :firebase_crashlytics:bundleLibResDebug NO-SOURCE : > Task :firebase_dynamic_links:processDebugJavaRes NO-SOURCE : > Task :firebase_dynamic_links:bundleLibResDebug NO-SOURCE : > Task :flutter_app_service:processDebugJavaRes NO-SOURCE : > Task :flutter_app_service:bundleLibResDebug UP-TO-DATE : > Task :flutter_bluetooth_serial:processDebugJavaRes NO-SOURCE : > Task :flutter_bluetooth_serial:bundleLibResDebug NO-SOURCE : > Task :flutter_facebook_auth:processDebugJavaRes NO-SOURCE : > Task :flutter_facebook_auth:bundleLibResDebug NO-SOURCE : > Task :flutter_plugin_android_lifecycle:processDebugJavaRes NO-SOURCE : > Task :flutter_plugin_android_lifecycle:bundleLibResDebug NO-SOURCE : > Task :flutter_secure_storage:processDebugJavaRes NO-SOURCE : > Task :flutter_secure_storage:bundleLibResDebug NO-SOURCE : > Task :fluttertoast:processDebugJavaRes NO-SOURCE : > Task :fluttertoast:bundleLibResDebug UP-TO-DATE : > Task :geolocator_android:processDebugJavaRes NO-SOURCE : > Task :geolocator_android:bundleLibResDebug NO-SOURCE : > Task :google_maps_flutter_android:processDebugJavaRes NO-SOURCE : > Task :google_maps_flutter_android:bundleLibResDebug NO-SOURCE : > Task :google_sign_in_android:processDebugJavaRes NO-SOURCE : > Task :google_sign_in_android:bundleLibResDebug NO-SOURCE : > Task :image_picker_android:processDebugJavaRes NO-SOURCE : > Task :image_picker_android:bundleLibResDebug NO-SOURCE : > Task :integration_test:processDebugJavaRes NO-SOURCE : > Task :integration_test:bundleLibResDebug NO-SOURCE : > Task :onesignal_flutter:processDebugJavaRes NO-SOURCE : > Task :onesignal_flutter:bundleLibResDebug NO-SOURCE : > Task :package_info:processDebugJavaRes NO-SOURCE : > Task :package_info:bundleLibResDebug NO-SOURCE : > Task :path_provider_android:processDebugJavaRes NO-SOURCE : > Task :path_provider_android:bundleLibResDebug NO-SOURCE : > Task :patrol:processDebugJavaRes NO-SOURCE : > Task :patrol:bundleLibResDebug UP-TO-DATE : > Task :permission_handler_android:processDebugJavaRes NO-SOURCE : > Task :permission_handler_android:bundleLibResDebug NO-SOURCE : > Task :plain_notification_token:processDebugJavaRes NO-SOURCE : > Task :plain_notification_token:bundleLibResDebug NO-SOURCE : > Task :share:processDebugJavaRes NO-SOURCE : > Task :share:bundleLibResDebug NO-SOURCE : > Task :shared_preferences_android:processDebugJavaRes NO-SOURCE : > Task :shared_preferences_android:bundleLibResDebug NO-SOURCE : > Task :sign_in_with_apple:processDebugJavaRes NO-SOURCE : > Task :sign_in_with_apple:bundleLibResDebug UP-TO-DATE : > Task :sqflite:processDebugJavaRes NO-SOURCE : > Task :sqflite:bundleLibResDebug NO-SOURCE : > Task :url_launcher_android:processDebugJavaRes NO-SOURCE : > Task :url_launcher_android:bundleLibResDebug NO-SOURCE : > Task :video_player_android:processDebugJavaRes NO-SOURCE : > Task :video_player_android:bundleLibResDebug NO-SOURCE : > Task :wakelock:processDebugJavaRes NO-SOURCE : > Task :wakelock:bundleLibResDebug UP-TO-DATE : > Task :webview_flutter_android:processDebugJavaRes NO-SOURCE : > Task :webview_flutter_android:bundleLibResDebug NO-SOURCE : > Task :app:desugarDevDebugFileDependencies UP-TO-DATE : > Task :firebase_core:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :firebase_crashlytics:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :firebase_dynamic_links:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :firebase_analytics:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :firebase_auth:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :geolocator_android:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :flutter_bluetooth_serial:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :path_provider_android:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :flutter_secure_storage:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :flutter_facebook_auth:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :wakelock:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :shared_preferences_android:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :integration_test:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :patrol:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :onesignal_flutter:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :fluttertoast:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :share:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :flutter_plugin_android_lifecycle:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :image_picker_android:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :video_player_android:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :package_info:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :sign_in_with_apple:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :app:checkDevDebugDuplicateClasses FAILED : > Task :google_maps_flutter_android:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :sqflite:bundleLibRuntimeToJarDebug UP-TO-DATE : > Task :app:mergeDevDebugJavaResource FAILED : : > Task :app:compressDevDebugAssets : Execution optimizations have been disabled for task ':app:compressDevDebugAssets' to ensure correctness due to the following reasons: : - Gradle detected a problem with the following location: '/Users/me/git/app/build/app/intermediates/merged_assets/devDebug/out'. Reason: Task ':app:compressDevDebugAssets' uses this output of task ':app:copyFlutterAssetsDevDebug' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.4/userguide/validation_problems.html#implicit_dependency for more details about this problem.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDevDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
   > Duplicate class com.google.protobuf.AbstractMessageLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AbstractMessageLite$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AbstractMessageLite$InternalOneOfEnum found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AbstractParser found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AbstractProtobufList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AllocatedBuffer found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AllocatedBuffer$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AllocatedBuffer$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Android found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Any found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Any$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Any$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AnyOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.AnyProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Api found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Api$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Api$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ApiOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ApiProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ArrayDecoders found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ArrayDecoders$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ArrayDecoders$Registers found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryReader found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryReader$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryReader$SafeHeapReader found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryWriter$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryWriter$SafeDirectWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryWriter$SafeHeapWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryWriter$UnsafeDirectWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BinaryWriter$UnsafeHeapWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BoolValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BoolValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BoolValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BoolValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BooleanArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BufferAllocator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BufferAllocator$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteBufferWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteOutput found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$AbstractByteIterator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$ArraysByteArrayCopier found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$BoundedByteString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$ByteArrayCopier found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$ByteIterator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$CodedBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$LeafByteString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$LiteralByteString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$Output found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ByteString$SystemByteArrayCopier found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BytesValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BytesValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BytesValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.BytesValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$ArrayDecoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStreamReader found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedInputStreamReader$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$ArrayEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$ByteOutputEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$HeapNioEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$OutOfSpaceException found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$OutputStreamEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStreamWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.CodedOutputStreamWriter$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DoubleArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DoubleValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DoubleValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DoubleValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DoubleValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Duration found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Duration$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Duration$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DurationOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.DurationProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Empty found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Empty$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Empty$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EmptyOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EmptyProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Enum found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Enum$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Enum$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EnumOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EnumValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EnumValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EnumValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.EnumValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExperimentalApi found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionRegistryFactory found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionRegistryLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionRegistryLite$ObjectIntPair found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionSchemaLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionSchemaLite$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ExtensionSchemas found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field$Cardinality found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field$Cardinality$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field$Kind found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Field$Kind$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldInfo found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldInfo$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldInfo$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldMask found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldMask$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldMask$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldMaskOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldMaskProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldSet found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldSet$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldSet$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldSet$FieldDescriptorLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldType found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldType$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FieldType$Collection found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FloatArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FloatValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FloatValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FloatValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.FloatValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageInfoFactory found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$GeneratedExtension found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$MethodToInvoke found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.GeneratedMessageLite$SerializedForm found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int32Value found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int32Value$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int32Value$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int32ValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int64Value found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int64Value$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int64Value$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Int64ValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.IntArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$BooleanList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$DoubleList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$EnumLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$EnumLiteMap found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$EnumVerifier found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$FloatList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$IntList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$ListAdapter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$ListAdapter$Converter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$LongList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$MapAdapter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$MapAdapter$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$MapAdapter$Converter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$MapAdapter$EntryAdapter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$MapAdapter$IteratorAdapter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$MapAdapter$SetAdapter found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Internal$ProtobufList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.InvalidProtocolBufferException found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.IterableByteBufferInputStream found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.JavaType found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyField found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyField$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyField$LazyEntry found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyField$LazyIterator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyFieldLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyStringArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyStringArrayList$ByteArrayListView found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyStringArrayList$ByteStringListView found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LazyStringList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListFieldSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListFieldSchema$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaFull found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListFieldSchema$ListFieldSchemaLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ListValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.LongArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ManifestSchemaFactory found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ManifestSchemaFactory$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapEntryLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapEntryLite$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapEntryLite$Metadata found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapFieldLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapFieldSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapFieldSchemaLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MapFieldSchemas found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageInfo found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageInfoFactory found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageLite$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageLiteOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageLiteToString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageSchema$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MessageSetSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Method found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Method$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Method$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MethodOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Mixin found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Mixin$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Mixin$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MixinOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MutabilityOracle found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.MutabilityOracle$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NewInstanceSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NewInstanceSchemaLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NewInstanceSchemas found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NioByteString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NioByteString$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NullValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.NullValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.OneofInfo found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Option found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Option$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Option$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.OptionOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Parser found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.PrimitiveNonBoxingCollection found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ProtoSyntax found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Protobuf found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ProtobufArrayList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ProtobufLists found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ProtocolStringList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.RawMessageInfo found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Reader found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.RopeByteString found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.RopeByteString$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.RopeByteString$Balancer found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.RopeByteString$PieceIterator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.RopeByteString$RopeInputStream found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Schema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SchemaFactory found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SchemaUtil found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntryIterator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$DescendingEntrySet found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$EmptySet found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$EmptySet$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$Entry found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$EntryIterator found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SmallSortedMap$EntrySet found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SourceContext found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SourceContext$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SourceContext$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SourceContextOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.SourceContextProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StringValue found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StringValue$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StringValue$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StringValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Struct found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Struct$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Struct$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Struct$FieldsDefaultEntryHolder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StructOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StructProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StructuralMessageInfo found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.StructuralMessageInfo$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Syntax found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Syntax$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TextFormatEscaper found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TextFormatEscaper$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TextFormatEscaper$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TextFormatEscaper$ByteSequence found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Timestamp found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Timestamp$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Timestamp$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TimestampOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TimestampProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Type found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Type$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Type$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TypeOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.TypeProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt32Value found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt32Value$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt32Value$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt32ValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt64Value found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt64Value$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt64Value$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UInt64ValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UninitializedMessageException found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnknownFieldSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnknownFieldSetLite found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnknownFieldSetLiteSchema found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnmodifiableLazyStringList found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnmodifiableLazyStringList$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnmodifiableLazyStringList$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeByteOperations found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeUtil found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeUtil$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeUtil$Android32MemoryAccessor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeUtil$Android64MemoryAccessor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeUtil$JvmMemoryAccessor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.UnsafeUtil$MemoryAccessor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Utf8 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Utf8$DecodeUtil found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Utf8$Processor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Utf8$SafeProcessor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Utf8$UnpairedSurrogateException found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Utf8$UnsafeProcessor found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Value found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Value$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Value$Builder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Value$KindCase found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.ValueOrBuilder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$FieldType found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$FieldType$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$FieldType$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$FieldType$3 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$FieldType$4 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$JavaType found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$Utf8Validation found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$Utf8Validation$1 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$Utf8Validation$2 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WireFormat$Utf8Validation$3 found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.WrappersProto found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Writer found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)
     Duplicate class com.google.protobuf.Writer$FieldOrder found in modules jetified-protobuf-java-3.11.4 (com.google.protobuf:protobuf-java:3.11.4) and jetified-protobuf-javalite-3.21.7 (com.google.protobuf:protobuf-javalite:3.21.7)

     Go to the documentation to learn how to <a href="d.android.com/r/tools/classpath-sync-errors">Fix dependency resolution errors</a>.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:mergeDevDebugJavaResource'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.MergeJavaResWorkAction
   > 2 files found with path 'google/protobuf/field_mask.proto'.
     Adding a packagingOptions block may help, please refer to
     https://google.github.io/android-gradle-dsl/current/com.android.build.gradle.internal.dsl.PackagingOptions.html
     for more information

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

BUILD FAILED in 7s
: 
: Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
: 
: You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
: 
: See https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
: 
: Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
: Please consult deprecation warnings for more details.
: 521 actionable tasks: 7 executed, 514 up-to-date

✗ Failed to build apk with entrypoint test_bundle.dart (Gradle build failed with code 1) (7.6s) Exception: Gradle build failed with code 1

0 AndroidTestBackend.build. (package:patrol_cli/src/android/android_test_backend.dart:67:9)

#1 DisposeScope.run (package:dispose_scope/src/dispose_scope.dart:46:7) #2 AndroidTestBackend.build (package:patrol_cli/src/android/android_test_backend.dart:42:5) #3 TestCommand._build (package:patrol_cli/src/commands/test.dart:194:7) #4 TestCommand.run (package:patrol_cli/src/commands/test.dart:167:5) #5 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #6 PatrolCommandRunner.runCommand (package:patrol_cli/src/runner/patrol_command_runner.dart:310:18) #7 PatrolCommandRunner.run (package:patrol_cli/src/runner/patrol_command_runner.dart:254:18) #8 patrolCommandRunner (package:patrol_cli/src/runner/patrol_command_runner.dart:72:20) #9 main (file:///Users/me/.pub-cache/hosted/pub.dev/patrol_cli-2.0.1/bin/main.dart:6:20) See the logs above to learn what happened. Also consider running with --verbose. If the logs still aren't useful, then it's a bug - please report it. Exception: Gradle build failed with code 1 #0 AndroidTestBackend.build. (package:patrol_cli/src/android/android_test_backend.dart:67:9) #1 DisposeScope.run (package:dispose_scope/src/dispose_scope.dart:46:7) #2 AndroidTestBackend.build (package:patrol_cli/src/android/android_test_backend.dart:42:5) #3 TestCommand._build (package:patrol_cli/src/commands/test.dart:194:7) #4 TestCommand.run (package:patrol_cli/src/commands/test.dart:167:5) #5 CommandRunner.runCommand (package:args/command_runner.dart:212:13) #6 PatrolCommandRunner.runCommand (package:patrol_cli/src/runner/patrol_command_runner.dart:310:18) #7 PatrolCommandRunner.run (package:patrol_cli/src/runner/patrol_command_runner.dart:254:18) #8 patrolCommandRunner (package:patrol_cli/src/runner/patrol_command_runner.dart:72:20) #9 main (file:///Users/me/.pub-cache/hosted/pub.dev/patrol_cli-2.0.1/bin/main.dart:6:20) ` And this is my test: `import 'package:flutter_test/flutter_test.dart'; import 'package:patrol/patrol.dart'; import 'package:test_app/main_dev.dart' as app; void main() { patrolTest('First test', (PatrolTester $) async { app.main(); await $('Welcome to TestApp').waitUntilExists(); await $('Welcome to TestApp').waitUntilVisible(); expect($('Welcome to TestApp'), findsOneWidget); }); }`
bartekpacia commented 1 year ago

@ds3031 Please post such long logs in a ` tag . Also, formatting of your code is broken, making it hard to read:

Screenshot 2023-07-10 at 8 59 29 AM


To answer your problems this time: it looks like you're using a very old version of Android Gradle plugin (v4):

The specified Android SDK Build Tools version (28.0.3) is ignored, as it is below the minimum supported version (30.0.2) for Android Gradle Plugin 4.2.2.

Patrol requires Android Gradle Plugin v7 (most modern plugins require it as well). Please upgrade AGP version.

bartekpacia commented 1 year ago

Closing since this is not an issue with Patrol.

github-actions[bot] commented 10 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.