Timur
Results
1
comments of
Timur
Got the same exception when using JsonElement as return type of a suspending ZiplineService method: ```kotlin interface ExampleService : ZiplineService { suspend fun example(): JsonElement } ``` JsonElement might be...