python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Missing Google gradle plugins in Gradle plugin portal?
I was trying to migrate build.gradle files to use Kotlin DSL. Using the plugins block instead of apply (legacy, apparently) doesn't seem to be as straightforward as suggested. Since "com.google.f...

imashnake_
Votes: 0
Answers: 0
How to configure JVM args for the new Gradle TestSuit?
I am trying the new TestSuit from Gradle. I have this in my project:
testing {
suites {
val integrationTest by registering(JvmTestSuite::class) {
useJUnitJupiter()
...
AmsterdamLuis
Votes: 0
Answers: 1
Hide Gradle pre-compiled plugins generated sources in Android Studio
I have a gradle pre-compiled script plugin inside the build-logic project, which I use as an included build on android-project. The Android project tree view displays also the generated sources for so...
Jans
Votes: 0
Answers: 1
How to extend the Gradle Kotlin DSL with custom extension functions?
I am trying to build my own extension function, which uses an extension method from C:/Users/<username>/.gradle/caches/7.3-20211011231002+0000/kotlin-dsl/accessors/5030f2917b46f065859e6c634449b9...
Florian Reisinger
Votes: 0
Answers: 1