-
With the IntelliJ Kotlin plugin 1.4, the documentation available at https://docs.gradle.org/nightly/userguide/kotlin_dsl.html#sec:ide_support is now out of date.
See https://kotlinlang.org/docs/ref…
-
Jetbrains deprecated UI classes and methods we used in LTI UI development.
- ComponentPanelBuilder
- PanelGridBuilder
- UI.PanelFactory.panel(JComponent)
- UI.PanelFactory.grid()
These deprecat…
-
### Current Behavior
1. The `org.gradle.kotlin.kotlin-dsl` plugin applies `org.jetbrains.kotlin.jvm` under the hood of some version (let's call it Build Logic Kotlin).
2. The user project applies …
-
Hey,
we observed an issue when using this plugin to get version name (`get_version_name(app_project_dir: 'app')`) and version code (`get_version_code(app_project_dir: 'app')`).
Below is the reg…
-
Was trying to implement RestDocs MockMvc in our Kotlin project
However noticed that when using the MockMvc Kotlin DSL snippets were not generated
e.g.
```
fun shouldReturnDefaultMessageKotli…
ghost updated
3 years ago
-
The linker plugin is not applying the compiler args when using the new DSL for Kotlin/Native artifacts: https://kotlinlang.org/docs/multiplatform-native-artifacts.html.
I can work around it by spec…
-
Following https://github.com/gradle/gradle/issues/8354#issuecomment-529666227, a more detailed description of the problem:
This error happens systematically on Travis CI (works fine on my machine) …
-
As of this writing there are 1,396 public types with 6,275 public methods available in Gradle’s public API to compile Java code against. Kotlin DSL and Groovy DSL each add some syntactic sugar on top …
-
Is it possible to have redistributed jars corresponding to `gradleKotlinDsl()`, in the same way as `gradleApi()`? Currently, the only way to get the Kotlin DSL is to manually extricate it from the Gra…
-
Repro: https://github.com/cloudshiftinc/gradle-setup-action-cache-repro/actions/runs/10067337462
That repository consists of a small "Hello World" Gradle / Kotlin project, with two build files:
1)…