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

Conversation

zatteo
Copy link
Contributor

@zatteo zatteo commented Nov 5, 2024

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
### ✨ Features

*

### 🐛 Bug Fixes

*

### 🔧 Tech

*

Checklist

Before merging this PR, the following things must have been done if relevant:

  • Tested on iOS
  • Tested on Android
  • Test coverage
  • README and documentation

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant