CoroutineAutoDispose icon indicating copy to clipboard operation
CoroutineAutoDispose copied to clipboard

Coroutine AutoDispose is an Kotlin Coroutine library for automatically disposal.

Results 6 CoroutineAutoDispose issues
Sort by recently updated
recently updated
newest added

The lazy load function will be executed only once,so If I use autoDisposeScope in it。 When i switch to another fragment,then come back,Button does not work properly。 such as: ```...

The workflow release-management.yml is referencing action release-drafter/release-drafter using references v5.3.0. However this reference is missing the commit [70eb821099dbcd875c2cba75dad4332d3cf5544d](https://github.com/release-drafter/release-drafter/commits/70eb821099dbcd875c2cba75dad4332d3cf5544d) which may contain fix to the some vulnerability. The vulnerability fix that...

this test fails with kotlin 1.5.0, android sdk 30 LifecycleOwnerJobTest.completionHandler { ... scenario.onActivity { } } value of: getObserverCount() expected: 3 but was : 4 Expected :3 Actual :4 `Caused...

bug

Thanks for the library! It would be helpful to note the following information in your documentation: It is important to use `view.autoDisposeScope.launch {}` and then _afterwards_ switch to an alternate...