Not as part of `gradle init`, but this might get y...
# gradle
e
Not as part of
gradle init
, but this might get you started quickly: https://guides.gradle.org/building-kotlin-jvm-libraries/
k
@eriwen okay but are there any plans for adding
kotlin-application
or anything similar
e
There’s probably a GitHub issue. One for which I’d love a PR. However, what I really want is a project template mechanism that users can very easily submit to that is not tied to Gradle releases.
👍🏻 2
That’s the kind of thing that I want to seriously think about this year, but I cannot commit to anything as there’s a lot going on right now.
f
For now my go-to is http://start.spring.io/
(which is of course fairly spring specific)
n
Yeah... Hopefully gradle-kotlin generation is coming to initialisr soon :-)
e
You can already generate Kotlin DSL build scripts using
gradle init --dsl=kotlin
but I understand that’s not as featureful