Skip to content

Commit 351638e

Browse files
committed
Fix Room tests only running on the JVM
1 parent 93c9b7d commit 351638e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integrations/room/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ plugins {
1616

1717
kotlin {
1818
powersyncTargets()
19-
2019
explicitApi()
20+
applyDefaultHierarchyTemplate()
2121

2222
sourceSets {
2323
all {
@@ -54,7 +54,7 @@ kotlin {
5454

5555
// We have special setup in this build configuration to make these tests link the PowerSync extension, so they
5656
// can run integration tests along with the executable for unit testing.
57-
appleTest.orNull?.dependsOn(commonIntegrationTest)
57+
nativeTest.orNull?.dependsOn(commonIntegrationTest)
5858
}
5959
}
6060

0 commit comments

Comments
 (0)