Use compileClasspath configuration for native standard libraries
This commit is contained in:
committed by
Ilya Matveev
parent
5c4adc1100
commit
5140e674b4
+4
@@ -64,6 +64,10 @@ class NewMultiplatformIT : BaseGradleIT() {
|
||||
"$pom should contain a name section.",
|
||||
pom.readText().contains("<name>Sample MPP library</name>")
|
||||
)
|
||||
Assert.assertFalse(
|
||||
"$pom should not contain standard K/N libraries as dependencies.",
|
||||
pom.readText().contains("<groupId>Kotlin/Native</groupId>")
|
||||
)
|
||||
}
|
||||
|
||||
val jvmJarEntries = ZipFile(groupDir.resolve(jvmJarName)).entries().asSequence().map { it.name }.toSet()
|
||||
|
||||
Reference in New Issue
Block a user