-
Android app crashes due to the following when including the `implementation('com.dixa:messenger-sdk:1.3.2')` in build.gradle:
```
FATAL EXCEPTION: OkHttp Dispatcher
…
-
GraalVM 20.3.0-java11
My gRPC server runs fine under GraalVM and generates the config with the agent. But when I try to create a native image it fails:
```
Fatal error:java.lang.InternalError: j…
-
## Expected Behavior
The CoroutineLaunchedInTestWithoutRunTest rule does not account for Flow usage of coroutines, however, I would expect this to be true. It works otherwise on .launch.
## Observ…
-
There's a collection of Kotlin coroutine support modules for different reactive libraries.
Moving the coroutines integrations from mutiny-kotlin to https://github.com/Kotlin/kotlinx.coroutines/tree…
-
**Summary:**
The authors of RxJava put RxJava2 into "maintenance mode" when they released RxJava3 and have since stated
> The 2.x version is end-of-life as of February 28, 2021. No further develo…
-
What to expect.
# Changes to configuration
* No more global config objects, no more XML overrides.
* LeakCanary breaks down into small components that can be assembled and configured ad hoc
* …
-
See the following thread stack. I'm using a pretty vanilla setup for Room + Store and streaming in ViewModels (i.e. collecting on the main thread):
```
viewModelScope.launch {
store.stream(St…
-
I have noticed the answer on https://github.com/Kotlin/kotlinx.coroutines/issues/2042 and read the concerns expressed in https://github.com/Kotlin/kotlinx.coroutines/issues/2065 which is presented as …
-
The bug comes from https://github.com/Kotlin/kotlinx.coroutines/issues/3256
```kotlin
public abstract class AbstractFlow : Flow, CancellableFlow {
...
}
internal interface CancellableFlo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and didn't find mine.
### Steps to reproduce
1/ Follow the tutorial : https://maestro.mobile.dev/getting-started/i…