1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +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
+5
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 {