Skip to content

Commit b22d339

Browse files
committed
Manifest - Mark kotlin bson imports as optional
JAVA-5046
1 parent 2e202ef commit b22d339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-core/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ afterEvaluate {
9090
'com.mongodb.crypt.capi.*;resolution:=optional',
9191
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
9292
'org.bson.codecs.record.*;resolution:=optional', // Depends on JDK version
93+
'org.bson.codecs.kotlin.*;resolution:=optional',
94+
'org.bson.codecs.kotlinx.*;resolution:=optional',
9395
'*' // import all that is not excluded or modified before
9496
].join(',')
9597
}

0 commit comments

Comments
 (0)