gammax
07/17/2022, 2:21 PMBrais Gabin
07/17/2022, 3:20 PMMarcelo Hernandez
08/01/2022, 7:27 PMReplaceSafeCallChainWithRun
(even though all chained properties are indeed nullable types)
• UnusedPrivateMember
(for private extension functions)
• RedundantSuspendModifier
(even though the suspend
function calls another suspend
function from another module)
• UnreachableCode
(particularly when calling static functions)
I'll have to work on reduced repros for each of these but in the meantime I thought I'd share in case others are seeing similar issues.
This is a multi-module Android project with:
• Kotlin 1.7.0
• Android Gradle Plugin 7.2.1
• Explicit API set to strict
for all modules
I'm afraid for now, I'll have to stick with 1.20.0 as there appears to be several regressions with this version, at least for the project I am working on.Marcelo Hernandez
08/05/2022, 3:08 PMgammax
08/05/2022, 3:25 PMMarcelo Hernandez
08/05/2022, 3:31 PMNestedScopeFunctions
is not listed in the Notable Changes
section of the release notes.Brais Gabin
08/05/2022, 3:39 PMMarcelo Hernandez
08/05/2022, 4:34 PM