Skip to content

Commit 3a7dd89

Browse files
authored
Update README.md
1 parent 54b8d95 commit 3a7dd89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ repositories {
4343
compile group: 'com.adamratzman', name: 'spotify-api-kotlin-android', version: '3.2.01'
4444
```
4545

46+
To successfully build, you might need to exclude kotlin_modules from the packaging. To do this, inside the android/buildTypes/release closure, you would put:
47+
```
48+
packagingOptions {
49+
exclude 'META-INF/*.kotlin_module'
50+
}
51+
```
52+
4653
### Kotlin/JS
4754
```
4855
repositories {

0 commit comments

Comments
 (0)