Same for test
This commit is contained in:
parent
b589a12142
commit
639cd317aa
@ -213,7 +213,9 @@ kotlin {
|
|||||||
}
|
}
|
||||||
compilations.getByName("test") {
|
compilations.getByName("test") {
|
||||||
println("Setting native sourceset dependancy for $name")
|
println("Setting native sourceset dependancy for $name")
|
||||||
if (this@withType.name.contains("ios").not()) {
|
if ((this@withType.name.contains("ios") ||
|
||||||
|
this@withType.name.contains("mingw")).not()
|
||||||
|
) {
|
||||||
println("Setting native sourceset dependancy for $this@withType.name")
|
println("Setting native sourceset dependancy for $this@withType.name")
|
||||||
defaultSourceSet.dependsOn(nativeTest)
|
defaultSourceSet.dependsOn(nativeTest)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user