jponge / vertx-gradle-plugin

An opinionated Gradle plugin for Vert.x projects
Apache License 2.0
113 stars 15 forks source link

Added vertx extension to make the plugin more Kotlin DSL friendly #23

Closed gmariotti closed 5 years ago

gmariotti commented 5 years ago

The extension is based on what other Kotlin DSL projects do, like detekt.

Do you have any plan on using the Kotlin DSL for all Gradle files instead of the Groovy one? Because I can help with that if you want.

jponge commented 5 years ago

Thanks @gmariotti

There is no plan to switch everything over to Kotlin, but making sure the plugin is Kotlin-DSL-friendly is definitely worth it.

I'd be curious to see the Kotlin version though...