Skip to content

Commit

Permalink
fix gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Mar 27, 2023
1 parent d34173a commit a12ad0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ kotlin {
dependsOn(pthreadAndroidTest)
}
}

getByName("mingwX64Main") {
dependsOn(nativeMain)
}
getByName("mingwX64Test") {
dependsOn(nativeTest)
}
}

// enable running ios tests on a background thread as well
Expand Down

0 comments on commit a12ad0f

Please sign in to comment.