Skip to content

Commit 6ae9af7

Browse files
authored
Use modern syntax for dependency
This syntax is compatible with Kotlin and Groovy. Therefore it is easier for new users to just copy and paste the dependency.
1 parent 3ea8298 commit 6ae9af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
jcenter()
4040
}
4141
42-
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-core', version: '3.2.15'
42+
implementation("com.adamratzman:spotify-api-kotlin-core:3.2.15")
4343
```
4444

4545
Note that images and profiles are not supported on the Kotlin/JS target.

0 commit comments

Comments
 (0)