We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c9b7d commit 351638eCopy full SHA for 351638e
integrations/room/build.gradle.kts
@@ -16,8 +16,8 @@ plugins {
16
17
kotlin {
18
powersyncTargets()
19
-
20
explicitApi()
+ applyDefaultHierarchyTemplate()
21
22
sourceSets {
23
all {
@@ -54,7 +54,7 @@ kotlin {
54
55
// We have special setup in this build configuration to make these tests link the PowerSync extension, so they
56
// can run integration tests along with the executable for unit testing.
57
- appleTest.orNull?.dependsOn(commonIntegrationTest)
+ nativeTest.orNull?.dependsOn(commonIntegrationTest)
58
}
59
60
0 commit comments