Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Build broken by androidx.annotation #1258

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 5, 2024

  1. fix: Build broken by androidx.annotation

    androidx.annotation:annotation:1.9.1 breaks our build, maybe
    because of kotlin version
    
    See https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1
    
    Leading to errors like this :
    
    ```
    Execution failed for task ':app:mergeExtDexDevDebug'.
    > Could not resolve all files for configuration
    ':app:devDebugRuntimeClasspath'.
    > Failed to transform annotation-jvm-1.9.1.jar
    ```
    zatteo committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    912c31d View commit details
    Browse the repository at this point in the history