Victor Rendina
Victor Rendina
It seems that issue #4 was closed, but I have also inadvertently run into this situation today with similar code: ``` withTimeout(1000) { retryResult { // This crashes because coroutineContext...
**Describe the bug** When attempting to compile a `@Serializable` sealed class with ~2,000 subclasses compilation fails with a `MethodTooLargeException`. This appears to be related to the way the default `SealedClassSerializer`...
### Use case We have a somewhat unique use case where we are bundling a GraphQL client and server inside the same application. We have an Android frontend application that...