-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
Crash when click on library list item [Compose 1.3.0-beta] #796
Comments
Looks like it could be some incompatibility between compose 1.2.0. and 1.3.0? The library itself is currently still compiled with v1.2.0 as there has not been a stable 1.3.0 release: https://github.com/mikepenz/AboutLibraries/blob/develop/gradle/libs.versions.toml#L16 |
I downgraded compose to 1.2.0 and still not working 😅 The stack trace is the same. |
@LilianaFaustinoBloco so I tried to reproduce the issue within the sample app. But couldn't. Went ahead and upgraded the dependencies. The problem starts to appear with Compose 1.3.0-beta02 and compileSDK 33 It does not happen within the sample with compose 1.2.0 and composeCompiler 1.3.1 |
(with EDIT: that does not seem to cause the problem. so it seems to be isolated to |
Tried to upgrade all dependencies to see if that could solve the conflicting method signature: 69e6c1f But it looks there is no combination yet which allows that. |
Thanks for the effort. I tried several combos in my dependencies and with these versions everything works: [1.3.0-alpha03] Compose version |
Update: Compsoe 1.3.0-beta03 nor compose-jb 1.2.0-beta01 don't resolve this yet Update. Looks like Compose 1.3.0-rc01 and compose-jb 1.2.0-beta01 don't play well together yet either |
Compose-jb 1.2.0 / Compose 1.2.1 and Compose-Compiler 1.3.2 with Kotlin 1.7.20 are compatible with each other. I'd expect Compose-1.3.x compatible compose-jb versions to be there soon. |
I have the same crash, however I use stable versions. AboutLibraries: Correction: It seems some dependency uses |
Going to remove the experimental usage of |
About this issue
The application crashes when I click on an item in the libraries list. I did the setup as advised in the README for compose and everything works, except this.
The crash stack trace is as follows:
Details
Checklist
The text was updated successfully, but these errors were encountered: