Update Kotlin to version 2.4.0
Categories
(Firefox for Android :: Tooling, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(2 files)
Currently in Beta, but there's bugs we can fix now in preparation for it.
| Assignee | ||
Comment 1•2 months ago
•
|
||
Turns out this is going to be blocked on updating to AGP 9 due to UAST changes that break some pretty common lint checks, so that's not fun.
https://youtrack.jetbrains.com/issue/KT-86080
| Assignee | ||
Comment 2•1 month ago
|
||
| Assignee | ||
Comment 3•7 days ago
|
||
| Assignee | ||
Comment 4•7 days ago
|
||
Also bump semanticdb-kotlinc to 0.10.0, the first release compatible with
Kotlin 2.4, so the scip-kotlin indexing plugin can stay enabled.
| Assignee | ||
Comment 5•7 days ago
|
||
Kotlin 2.4 renamed the warning emitted by the generated androidx.navigation
SafeArgs code from USELESS_CAST to UNSAFE_CAST_RELYING_ON_NULL, so update the
existing generated-code suppression to match. The underlying issue is still
open upstream: https://issuetracker.google.com/issues/458082829
Comment 7•7 days ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f00f4354b65d
https://hg.mozilla.org/mozilla-central/rev/c164f38113ca
Description
•