1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 07:56:20 +00:00

mention gradle kotlin DSL (#537)

This commit is contained in:
kai-morich 2023-10-15 17:06:14 +02:00 committed by GitHub
parent 9c30dc5ffa
commit a1709c3911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,11 @@ dependencyResolutionManagement {
} }
``` ```
If using gradle kotlin use line
```gradle.kts
maven(url = "https://jitpack.io")
```
Add library to dependencies Add library to dependencies
```gradle ```gradle
dependencies { dependencies {