-
### Expected Behavior
Creating a custom task in the kotlin dsl is [documented](https://docs.gradle.org/8.3-rc-1/userguide/more_about_tasks.html#sec:defining_tasks) to use `val hello by tasks.register…
-
In case this project is still alive - would be great to add support for the kotlin layout DSL instead or in addition to Java code. The DSL is much more maintainable and easy to read.
https://github…
-
I spent several hours researching how to make work this plugin on the stack:
- Spring Boot 3.1.4
- Hibernate, PostgreSQL
- Kotlin
- Gradle written in Kotlin DSL (#49)
I still face issues with…
-
Dear Spring Cloud Stream Team,
I'm trying to practice Spring Cloud Stream with Kotlin, and below code works well as a simple producer,
``` kotlin
@SpringBootApplication
class ProducerApplication…
-
### Current Behavior
When using Kotlin DSL, overriding the version of the Kotlin compiler in the script classpath results in this warning:
```
WARNING: Unsupported Kotlin plugin version.
The `em…
-
We are currently migrating our project from maven to gradle and noticed that the "formatDateTimes" property cannot be set in the gradle because it is private. We are using the latest 1.2.2 version. Th…
-
I can't rewrite this code with `DynamicDataFrameBuilder`:
https://github.com/Kotlin/kandy/blob/2764bce7e9eec4888fdce71b306631cd4e0a208c/kandy-api/src/main/kotlin/org/jetbrains/kotlinx/kandy/dsl/inte…
-
### Problem Statement
Basically, if you open a fresh IntelliJ project with Kotlin 2.0.20 and attempt to reproduce the iOS setup, the project fails to sync.
There are several issues, namely the cocoa…
-
All of the subprojects except `docs` use the Kotlin DSL now. We should finish this conversion.
donat updated
2 years ago
-
I think it would be nice if the docs had some examples on how to configure the plugin when using Kotlin instead of Groovy