We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e202ef commit b22d339Copy full SHA for b22d339
driver-core/build.gradle
@@ -90,6 +90,8 @@ afterEvaluate {
90
'com.mongodb.crypt.capi.*;resolution:=optional',
91
'jdk.net.*;resolution:=optional', // Used by SocketStreamHelper & depends on JDK version
92
'org.bson.codecs.record.*;resolution:=optional', // Depends on JDK version
93
+ 'org.bson.codecs.kotlin.*;resolution:=optional',
94
+ 'org.bson.codecs.kotlinx.*;resolution:=optional',
95
'*' // import all that is not excluded or modified before
96
].join(',')
97
}
0 commit comments