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 c10fb0d commit d1b48fdCopy full SHA for d1b48fd
common/src/androidMain/kotlin/BuildConfig.kt
@@ -1,5 +1,5 @@
1
@Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
2
internal actual object BuildConfig {
3
actual val isDebug: Boolean
4
- get() = com.powersync.BuildConfig.DEBUG
+ get() = com.powersync.common.BuildConfig.DEBUG
5
}
0 commit comments