typo
This commit is contained in:
parent
452d7561a2
commit
b589a12142
@ -205,7 +205,7 @@ kotlin {
|
|||||||
compilations.getByName("main") {
|
compilations.getByName("main") {
|
||||||
println("Setting native sourceset dependancy for $name")
|
println("Setting native sourceset dependancy for $name")
|
||||||
if ((this@withType.name.contains("ios") ||
|
if ((this@withType.name.contains("ios") ||
|
||||||
this@withType.name.contains("ios")).not()
|
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(nativeMain)
|
defaultSourceSet.dependsOn(nativeMain)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user