-
As the title says, debugging is not possible, because classes can't be resolved. Apparently, kotlin-debug-adapter fails to find dependencies. In emacs, dap reports:
```
{
"type": "event",
"s…
-
[Declarative Gradle](https://blog.gradle.org/declarative-gradle) keeps evolving. You can see more demos and documentation in [this repository](https://github.com/gradle/declarative-gradle). Now you …
-
### Describe the issue
There are no example about Multi-threading on android device regarding of using multiple models
### To reproduce
N/A
### Urgency
I really need it ASAP please help…
-
Detekt is the most common Kotlin static code analysis tool in my experience. I enabled it in the Gradle build, and story follows.
I find static code analysis to be a programmer's 2nd line of defen…
-
## Version
Plugin: 1.0.0-rc3
Gradle: 7.4.2
## Description
Trying to use this plugin with a Kotlin JVM project fails due to a circular dependency between tasks. Gradle output:
```
FAILURE: Buil…
-
After I updated from 10.0.0 to 10.2.0 (same happens with 10.1.0) I'm getting this issue:
```
Could not determine the dependencies of task ':backend:test'.
> Could not resolve all task dependencie…
-
For various reasons (crash recovery, site isolation, asynchronous rendering), certain users may wish to run the Renderer/Views in a standalone process.
Build a multi-process RPC layer around the C…
-
I have multi module android app project, and in each module I have following hilt config.
```
hilt {
enableExperimentalClasspathAggregation = true
}
```
when I run `./gradlew androidDepend…
-
1. Add --no-install-recommends for apt-get install commands:
adding `--no-install-recommends` for `apt-get install` commands will probably/may reduce the amount of packages installed (then the pack…
-
**Describe the bug**
When using a platform dependency on the `compileOnly` configuration and using one of its dependencies in the api configuration, the plugin fails to resolve the dependency for the…