Skip to content

Commit 4b5875c

Browse files
committed
Specify the auto-module name for the test artifact
1 parent d6c4a89 commit 4b5875c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kotlinx-coroutines-test/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ kotlin {
2121
}
2222
}
2323
}
24+
25+
val allMetadataJar by tasks.getting(Jar::class) {
26+
manifest {
27+
attributes("Automatic-Module-Name" to "kotlinx.coroutines.test.artifact_disambiguating_module")
28+
}
29+
}

0 commit comments

Comments
 (0)