Skip to content

Commit

Permalink
Manifest - Mark kotlin bson imports as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Jul 11, 2023
1 parent f4e5190 commit 5bd8380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions driver-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ afterEvaluate {
'com.mongodb.crypt.capi.*;resolution:=optional',
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
'org.bson.codecs.record.*;resolution:=optional', // Depends on JDK version
'org.bson.codecs.kotlin.*;resolution:=optional',
'org.bson.codecs.kotlinx.*;resolution:=optional',
'*' // import all that is not excluded or modified before
].join(',')
}

0 comments on commit 5bd8380

Please sign in to comment.