-
### Current Behavior
When Android Studio Iguana or later attempts to rebuild the project, the build fails with:
`Unable to make progress running work. There are items queued for execution but none…
-
### Context
In a similar way to #15382, we want to make the version catalogs accessible to precompiled script plugins. Naively, one might think that it's easier to do because precompiled script plu…
melix updated
2 weeks ago
-
### Expected Behavior
I have read https://github.com/gradle/gradle/issues/4741 and understood that it's normal that the buildSrc dependencies currently leak even if using ```implementatio…
-
According to the gradle guide, `buildSrc should be preferred over script plugins as it is easier to maintain, refactor and test the code.`
Yet none of the samples inside `kotlin-dsl` have a directo…
-
### Expected Behavior
The Kotlin and Groovy DSLs have as much as possible similar performance characteristics.
IOW there's no outlier use case for which the performance characteristics make using …
-
- Kotlin 2.0.20-RC (с 1.9.23 так же)
- AGP 8.2.2
- Gradle 8.6
```
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':odnoklassniki-android:publishRustoreRe…
-
In #262 we provided a [buildSrc/build.gradle script](https://github.com/junit-pioneer/junit-pioneer/blob/master/buildSrc/build.gradle) to add IDE specific support for IntelliJ.
This should be conv…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi
Is the Custom Publisher compatible with Configuration Cache?
The CC ticket at https://github.com/cdsap/Talaiot/issues/349 mentions that there was a compatibility issue here
>Custom Publisher…
-
Warmup `Sum of Two Digits` and `Maximum Pairwise Product` work as expected (`Check` button runs the tests and reports expected output).
But the following:
- `Maximum Pairwise Product -- Fixing the I…