While working on a Kotlin project using Gradle with build.gradle.kts I noticed that most build systems are covered, however, the .kts flavor of Gradle was missing.
This is a really minor issue, as anyone familiar with Gradle can easily fix it up in a few seconds, however, I figured it would be nice if one could simply copy/paste the one-liner (as with the other build systems).
I'll attach the PR to this issue if you feel like it is worth including.
While working on a Kotlin project using Gradle with
build.gradle.kts
I noticed that most build systems are covered, however, the .kts flavor of Gradle was missing.This is a really minor issue, as anyone familiar with Gradle can easily fix it up in a few seconds, however, I figured it would be nice if one could simply copy/paste the one-liner (as with the other build systems).
I'll attach the PR to this issue if you feel like it is worth including.