Add module-info to kotlin-test-* framework adapter artifacts
#KT-21266
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module kotlin.test.junit {
|
||||
requires transitive kotlin.stdlib;
|
||||
requires transitive kotlin.test;
|
||||
|
||||
requires junit;
|
||||
|
||||
exports kotlin.test.junit;
|
||||
|
||||
provides kotlin.test.AsserterContributor with kotlin.test.junit.JUnitContributor;
|
||||
}
|
||||
Reference in New Issue
Block a user