-
### Describe the issue
Android Studio actions (clean, build, rebuild, etc) do not use project defined gradle wrapper. Using terminal or running configurations works as expected.
### Can you reliab…
-
I'm getting this error when trying to run Danger from CI (Github Actions):
```
Executing $(which danger) ci --process danger-kotlin --passURLForDSL --failOnErrors --no-publish-check - pid 1
Execu…
-
For modern 2024 Android Apps, ie. Kotlin 2.0.0, Kotlin DSL Gradle Version Catalog and Compose:
in Android Studio project file gradle/libs.versions.toml:
```
[versions]
tzmap = "4.5"
zJni = "1.5…
-
Given the following build script
```
plugins {
id("me.champeau.gradle.jmh") version "0.5.1"
}
sourceSets {
jmh {
}
}
```
### Expected Behavior
`jmh` should refer to the JMH sou…
oehme updated
2 years ago
-
There are various examples of filenames that will cause class name collisions. Here are a few examples that will fail.
```kotlin
@Test
fun `script name collision test`() {
val script1 =
…
-
Hey, I'm trying to port our Bintray plugin setup from Groovy to Kotlin, but I'm running into:
```
Extension of type 'BintrayExtension' does not exist. Currently registered extension types: [ExtraPro…
-
https://docs.gradle.org/current/userguide/kotlin_dsl.html
-
I switched to gradle 5 and build.gradle.kts files ... How do I have to adopt the swaggerSources configuration block?
-
Motivation:
Currently, `java-rpc-proto.gradle` does not generate Kotlin DSL builder
for protobuf messages even when the project is flagged with `kotlin-grpc`.
Registering `kotlin` plugin within…
-
### Description
Every time when I building my project, the following warning appears in the gradle output. I don't think this a problem (the project build correctly), but decided to inform about it.
…