You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using Quarkus with Gradle & Kotlin with success for 2 years now :-)
As the projects are growing and becoming more complex, I need to extract common code to extensions. It seems natural to write these extensions using the same ecosystem as the Quarkus applications (Gradle/Kotlin) but it's not supported :-(
Today Quarkus supports only Maven/Java or Gradle/Java to write extensions.
It would be very nice to also support Kotlin!
See #40961 for issues with Gradle/Kotlin extensions.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
I've been using Quarkus with Gradle & Kotlin with success for 2 years now :-)
As the projects are growing and becoming more complex, I need to extract common code to extensions. It seems natural to write these extensions using the same ecosystem as the Quarkus applications (Gradle/Kotlin) but it's not supported :-(
Today Quarkus supports only Maven/Java or Gradle/Java to write extensions.
It would be very nice to also support Kotlin!
See #40961 for issues with Gradle/Kotlin extensions.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: