-
Notifications
You must be signed in to change notification settings - Fork 112
Update to Kotlin 2.1.21 and Compiler Plugins; compileSdk 36; AGP 1.11.1;… #1395
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
Conversation
465b3b0 to
b578fa2
Compare
|
b578fa2 to
b0ee862
Compare
| public fun <init> ()V | ||
| public final fun getLambda-1$wf1_workflow_trace_viewer ()Lkotlin/jvm/functions/Function3; | ||
| public final fun getLambda-2$wf1_workflow_trace_viewer ()Lkotlin/jvm/functions/Function3; | ||
| public final fun getLambda$-1066151803$wf1_workflow_trace_viewer ()Lkotlin/jvm/functions/Function3; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird. I hope the names don't start looking like that in stack traces, it'll be a nightmare. Especially debugging LC reports.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, the 1 and 2 are still in there. I misread, thought the big hashy looking numbers had replaced them. :phew:
|
So we did have metadata errors for Kotlin 2.2 in register. I will try with 2.1.21. At least we can be ready for 2.2~! |
b0ee862 to
7bf98e5
Compare
932ce29 to
3371bbd
Compare
3371bbd to
cf7c071
Compare
|
2.1.21 does not have metadata mismatch problems, so merging with that. |
… Gradle 8.13.
This was buliding with Kotlin 2.2.0, but we don't yet support that in register so we get metadata clashes.