Skip to content

Commit b79c0cc

Browse files
committed
fix build warning
1 parent ce235d2 commit b79c0cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ kotlin {
221221
dependsOn(directMain)
222222
}
223223
val nativeTest by creating {
224+
dependsOn(commonTest)
224225
dependencies {
225226
implementation(kotlin("test"))
226227
}

0 commit comments

Comments
 (0)