Closed sanggggg closed 2 years ago
This is great, thanks! Apologies for the delay in looking, I missed this PR
Looks like this just needs a ./gradlew spotlessApply
Looks like this just needs a
./gradlew spotlessApply
1cd69cc thank you 🙏
Thanks!
Description: if lint lenient mode enabled, unused disposable in kotlin lambda/when/if expressions should be checked.
So this PR change behavior of
AutoDisposeDetector::isExpressionValueUnused
to support checking reactive expressions in kotlin lambda/when/if expressions used or not.Luckily, up-to-date origin reference of function
isExpressionValueUnused
function support these expressions, so i just update source code from origin and add some testcasesRelated issue(s): #465