Skip to content

Commit d1b48fd

Browse files
committed
Fix generated buildconfig reference
1 parent c10fb0d commit d1b48fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
22
internal actual object BuildConfig {
33
actual val isDebug: Boolean
4-
get() = com.powersync.BuildConfig.DEBUG
4+
get() = com.powersync.common.BuildConfig.DEBUG
55
}

0 commit comments

Comments
 (0)