-
Support for Gradle Kotlin DSL would be really nice. It's my understanding that Kotlin will be the default language for Gradle scripts (https://www.youtube.com/watch?v=NMs8Z6rFnzE&feature=youtu.be&t=10…
ghost updated
2 months ago
-
### Is your feature request related to a problem? Please describe.
When using the `openapi-generator` to generate a Kotlin project from an OpenAPI spec, it generates a Gradle project with `build.gr…
-
# Issue
Not able to get detekt custom rule to work. Followed all relevant issues (#6194 #3264 #3897 ) and documentation, still not able to figure out the cause.
Used template from detekt.
#…
-
### Expected behaviour
Shot is the last plugin on our project that is not providing a way to use a new plugins block and `alias`. It would be nice if it was fixed
### Actual behaviour
Right now t…
-
## Expected Behavior
__Code:__
```
plugins {
val kotlinVersion = "1.8.22"
kotlin("jvm") version kotlinVersion
kotlin("kapt") version kotlinVersion
kotlin("plugin.spring") versio…
-
### Describe the bug
i always have to restart the app whenever there's a change
### Expected behavior
_No response_
### Actual behavior
_No response_
### How to Reproduce?
_No response_
### Ou…
-
-
Hi, I created a Spring Boot Project with https://start.spring.io/, the gradle files were of only Kotlin DSL, the project doesn't show up in Spring Boot Dashboard, the Spring Boot JAVA project created …
-
Hello Edvin,
it would be good to have a documentation sample for Gradle/Kotlin.
It should be something like this:
```kotlin
plugins {
id("no.tornado.fxlauncher") version "1.0.20"
}
f…
-
### Describe the bug
Below is the o/p of gradle update command
quarkus update --stream=3.0
> Task :quarkusUpdate …