Skip to content

Commit

Permalink
Make Kotlin optional in OSGI Import-Package statement
Browse files Browse the repository at this point in the history
  • Loading branch information
essobedo authored and devPalacio committed Oct 14, 2022
1 parent 8b20c72 commit 7fd13fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dropbox-sdk-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jar {
'com.squareup.okhttp;resolution:=optional',
'okhttp3;resolution:=optional',
'okio;resolution:=optional',
'kotlin.*;resolution:=optional',
'*'

def noeeProp = 'osgi.bnd.noee'
Expand Down

0 comments on commit 7fd13fc

Please sign in to comment.