Skip to content

Commit d203c44

Browse files
authored
Fixing default module name for kotlin-extensions (#1602)
1 parent 5e377bc commit d203c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: driver-kotlin-extensions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ tasks.javadocJar.configure {
165165
// ===========================
166166
tasks.sourcesJar { from(project.sourceSets.main.map { it.kotlin }) }
167167

168-
afterEvaluate { tasks.jar { manifest { attributes["Automatic-Module-Name"] = "org.mongodb.driver.kotlin.core" } } }
168+
afterEvaluate { tasks.jar { manifest { attributes["Automatic-Module-Name"] = "org.mongodb.driver.kotlin.extensions" } } }

0 commit comments

Comments
 (0)