https://kotlinlang.org logo
#http4k
Title
# http4k
p

Philipp Mayer

01/19/2022, 10:21 PM
Out of curiousity: What’s the decision behind not using Gradle’s kts version? 🙂
d

dave

01/19/2022, 10:25 PM
Tbh - the Kotlin gradle dsl is a bit of a mystery to us - there's no reason other than that's the way it was done when someone helped us do it! If we can make it simpler then PR away! 🙃
p

Philipp Mayer

01/19/2022, 10:35 PM
Not wanting to make any promises but I’d like to look into it. Where can I find the code for the toolbox? (I just realize now that it might’ve not been clear that I was talking about the project wizard. 😬)
d

dave

01/19/2022, 10:44 PM
Ah - the toolbox code is actually private to us. It's pretty involved, and it also contains the OpenApi generator code which we are keeping under our hat because it's actually quite sophisticated secret sauce. 🙃
👍 1
p

Philipp Mayer

01/19/2022, 10:47 PM
I see - fair enough! 😈
p

pabl0rg

01/21/2022, 11:13 AM
Gradle Kts is a minefield. Gradle is already a confusing jumble, but having to guess what’s the latest way to express something in kts is torture
👌 2
12 Views