You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dsvoronin both #12 and #13 are fixed in 0.2.0 that I'm planning to push within the next couple of hours. Thank you for reporting these. Much appreciated 🙇.
Seems like unused import check not aware of operator overloading.
import rx.lang.kotlin.plusAssign
- marked as unused by ktlintactual usage in same file
presenterLifecycleSubscription += resetClicks.subscribe { resetSelection() }
The text was updated successfully, but these errors were encountered: