-
The new Kotlin stack integration in 3.6 allows to have custom Kotlin DSL's.
It would be great to have a Kotlin DSL for Vert.x Web that makes templating more Kotlin-ish.
vietj updated
5 years ago
-
including for interface methods as per the Java 8 bytecode spec.
This is mostly for better integration with the Kotlin/Java interoperability and will allow the kotlin compiler to reuse names of met…
-
@JLLeitschuh commented on [Fri Aug 10 2018](https://github.com/gradle/kotlin-dsl/issues/1029)
I'm not sure that it's intentional, but `org.gradle.api.artifacts.repositories.PasswordCredentials` is au…
-
### Expected Behavior
Scalar properties such as `Property` can be cached as outputs using an `@Output` annotation.
### Current Behavior
Only file based properties (files & directories) ca…
-
### Issue type
Polishing
### Problem description
I am writing an example according to the content described in [implementing_gradle_plugins_precompiled](https://docs.gradle.org/8.10.1/userguide/imp…
-
Hi,
It took me some hours to figure out how to set it up correctly, I think the codelab should mention it:
```kotlin
import com.google.protobuf.gradle.id
plugins {
// ...
id("com.googl…
-
- [x] ~Refactor build.gradle to use the kotlin DSL~ The kotlin version needs to be supported by the DSL so we'd be stuck on whatever Kotlin version the DSL supports, which is not a good compromise
- …
-
### [READ] Step 1: Are you in the right place?
yes
### [REQUIRED] Step 2: Describe your environment
* Gradle version: `8.4`
* AGP version: `8.1.2`
* Firebase Component: Crashly…
-
## 🚀 Feature Proposal
The [Elasticsearch Specification ](https://github.com/elastic/elasticsearch-specification) could be used to generate a Kotlin DSL that can be used with the Elasticsearch Java …
-
Please answer these questions before submitting your issue.
### What version of gRPC are you using?
This is in reference to the current readme.md
### What did you expect to see?
Kotlin-DSL…