Make bottomsheets into destinations #12662
Annotations
1 error and 2 warnings
Execution failed for task ':app:lintOssProdDebug'.
> Lint found errors in the project; aborting build.
Fix the issues identified by lint, or add the issues to the lint baseline via `gradlew updateLintBaseline`.
For more details, see https://developer.android.com/studio/write/lint#snapshot
/__w/mullvadvpn-app/mullvadvpn-app/android/app/lint-baseline.xml: Information: 3 errors were filtered out because they are listed in the baseline file, lint-baseline.xml [LintBaseline]
/__w/mullvadvpn-app/mullvadvpn-app/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/MullvadApp.kt:5: Error: Using a material import while also using the material3 library [UsingMaterialAndMaterial3Libraries from androidx.compose.material3]
import androidx.compose.material.navigation.ModalBottomSheetLayout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/__w/mullvadvpn-app/mullvadvpn-app/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/MullvadApp.kt:6: Error: Using a material import while also using the material3 library [UsingMaterialAndMaterial3Libraries from androidx.compose.material3]
import androidx.compose.material.navigation.rememberBottomSheetNavigator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation for issues of type "UsingMaterialAndMaterial3Libraries":
material and material3 are separate design system libraries that are
incompatible with each other, as they have their own distinct theming
systems. Using components from both libraries concurrently can cause
issues: for example material components will not pick up the correct
content color from a material3 container, and vice versa.
Vendor: Jetpack Compose
Identifier: androidx.compose.material3
Feedback: https://issuetracker.google.com/issues/new?component=612128
2 errors, 0 warnings (3 errors filtered by baseline lint-baseline.xml)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: burrunan/gradle-cache-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "apks", "app-instrumentation-apks", "e2e-instrumentation-apks", "mockapi-instrumentation-apks".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading