Upgrade Kotlin to v2.0 (#3594)
* Bump Kotlin to v2.0 * Fix lots of issues due to the upgrade: lint issues, function signature incompatibilities, broken tests, etc. --------- Co-authored-by: Benoit Marty <benoit@matrix.org>
This commit is contained in:
parent
63074cb3b0
commit
366db4791b
27 changed files with 93 additions and 69 deletions
|
|
@ -3,7 +3,7 @@
|
|||
style:
|
||||
AlsoCouldBeApply:
|
||||
active: true
|
||||
OptionalWhenBraces:
|
||||
BracesOnWhenStatements:
|
||||
active: false
|
||||
CascadingCallWrapping:
|
||||
active: true
|
||||
|
|
|
|||
|
|
@ -117,4 +117,9 @@
|
|||
|
||||
<!-- Compose -->
|
||||
<issue id="UnnecessaryComposedModifier" severity="error" />
|
||||
|
||||
<!-- There seems to be an issue with this check, it flags lots of false positives. -->
|
||||
<!-- See https://issuetracker.google.com/issues/349411310 -->
|
||||
<!-- TODO: check again in the near future. -->
|
||||
<issue id="ProduceStateDoesNotAssignValue" severity="ignore" />
|
||||
</lint>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue