mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.72k stars 1.57k forks source link

Unexpected tokens (use ; to seperate expressions on the same line) #537

Closed jacky4566 closed 9 months ago

jacky4566 commented 10 months ago

Just a note for new users that Kotlin DSL (which is default for new projects now) expects the repository line formatted as such. Should consider adding this to the Quick Start.

repositories {
  maven { url = uri("https://www.jitpack.io" ) }
}