Merge pull request #262 from viktorpenelski/master

Include gradle .kts dependency declaration
This commit is contained in:
Will Hedgecock 2020-01-03 11:27:10 -06:00 committed by GitHub
commit 490bcf067f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ declaration depending on your build system:
compile 'com.fazecast:jSerialComm:[2.0.0,3.0.0)' compile 'com.fazecast:jSerialComm:[2.0.0,3.0.0)'
``` ```
* Gradle (.kts):
```
compile("com.fazecast:jSerialComm:[2.0.0,3.0.0)")
```
* Buildr: * Buildr:
``` ```