Skip to content

Commit 7fd13fc

Browse files
essobedodevPalacio
authored andcommitted
Make Kotlin optional in OSGI Import-Package statement
1 parent 8b20c72 commit 7fd13fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dropbox-sdk-java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ jar {
203203
'com.squareup.okhttp;resolution:=optional',
204204
'okhttp3;resolution:=optional',
205205
'okio;resolution:=optional',
206+
'kotlin.*;resolution:=optional',
206207
'*'
207208

208209
def noeeProp = 'osgi.bnd.noee'

0 commit comments

Comments
 (0)