Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.34k stars 287 forks source link

Include .kts Gradle in the dependecny declaration section (README.md) #261

Closed viktorpenelski closed 4 years ago

viktorpenelski commented 4 years ago

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.

hedgecrw commented 4 years ago

Thanks for the PR! Wasn't ware of the .kts flavor so went ahead and merged.