Gradle, tests: Fix native interop test for Win x86
This commit is contained in:
+4
@@ -52,6 +52,10 @@ kotlin {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// We don't create test tasks for Windows x86. But we still want to test
|
||||||
|
// generating interop for it, so we add this dependency.
|
||||||
|
build.dependsOn 'linkDebugTestMingw86'
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
|
|||||||
Reference in New Issue
Block a user