-
Hello all,
I am running into a weird problem with the plugin (v0.9.10) where it always ends up with an error about not able to find the Main entry point class. Funnily enough I am able to do a buil…
-
That code can not be parsed:
```
@Suppress("unused") //
@JsName("daName")
fun myname(){
....
```
If the both annotations are switched, it works just fine.
--> The exception occurs if:
- t…
-
### What version of gRPC are you using?
Bazel:
```
com_google_protobuf_commit = "106ffc04be1abf3ff3399f54ccf149815b287dd9",
grpc_java_commit = "0a6fd9bd9c192551f1056b751750bc6e718bd20c", # 1.1…
hsyed updated
5 years ago
-
The issue has been reported in https://github.com/koral--/gradle-pitest-plugin/issues/80 but it looks like the cause is located here in the upstream.
Sample project and reports are attached to the …
-
## Environment
- Android OS version: 13
- Devices affected: Google Pixel 7
- Maps SDK Version: 11.0.0
## Observed behavior and steps to reproduce
```
Duplicate class com.mapbox.common.modu…
-
Idea from @ZacSweers. Similar to AutoValue's [`@Memoized` annotation](https://github.com/google/auto/blob/master/value/userguide/howto.md#-memoize-the-result-of-hashcode-or-tostring).
If a Poko cla…
-
For plugins that accept options for configuration of, say file location. One would sometimes set something like
myplugin {
option "${projectDir}"/src/main/resources/mytemplate"
}
And that br…
-
**Describe the issue**
Following error is shown when building a native image using Maven plugin.
```
Image generator watchdog is aborting image generation. To configure the watchdog, use the op…
-
I have [akka scala sbt multi project](https://github.com/daggerok/akka-stream-playground).
After adding `akka-serialization-jackson` dependency, assembly causing error:
```
[error] 1 error was…
-
### Describe the bug
can build app of `x86_64-pc-windows-msvc` .
But cann't build android app.
Those code does not work when compiling Android in this project
```
$ cat ~/.cargo/config.toml…