Skip to content

Commit

Permalink
Disable fakes
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Dec 1, 2024
1 parent b675621 commit 4be3e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composeApp/src/commonMain/kotlin/AppConfiguration.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AppConfiguration {
val fakesEnabled = true
val fakesEnabled = false
val useLocalServer = false
}

0 comments on commit 4be3e9f

Please sign in to comment.