-
```
CoroutineServerInterceptorTest > authorizedStreamingInputCall(String) > [2] path=/blocking FAILED
org.opentest4j.AssertionFailedError:
expected: 1
but was: 0
at sun.refl…
-
### Expected Behavior
No exception gets thrown and the result of callOriginal() can be used.
### Current Behavior
An exception gets thrown.
### Failure Information (for bugs)
It works, …
-
### Current behavior
Using this plugin while targetting Java 11 will lead to this error:
```
Execution failed for task ':plugins:compileKotlin'.
> Could not resolve all files for configuration '…
-
Discussion of the proposal: [Multi-field value classes](https://github.com/zhelenskiy/KEEP/blob/patch-6/proposals/multi-field-value-classes.md).
-
I recently tried updating from `0.11.0-125` to `0.11.0-134`, however compilation failed after doing so with the following error:
```
Cannot inline bytecode built with JVM target 11 into bytecode t…
-
Given code:
```
package example
@Retention(AnnotationRetention.SOURCE)
@Deprecated(message = "Sample deprecation message that is very long and i want to make it even longer because why not")
@T…
-
Kotlin is a language for the JVM and seems like a good replacement of Java. Please :+1: this issue for the issue to be put into place.
-
I get this:
![image](https://user-images.githubusercontent.com/5357526/52273181-bd81c900-2951-11e9-944c-c31b4109d674.png)
I tried to update the build gradle files, but it didn't help. There is n…
-
these two packages cause the Android studio building process to crash
```json
"@capacitor/barcode-scanner": "^1.0.1",
"@capacitor/inappbrowser": "^1.0.2",
```
the crash message outputs a conf…
-
All these examples are too complicated, brittle, and fragile. Can someone please give the most simple working example possible with only two files
1. main.kt
2. script.kts
When I try to run the…