Created
May 18, 2022 08:56
-
-
Save DoTheMonkeyBusiness/593a62b12ce0bc572f8dbc8b9df0e3d9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
internal val commonModule = module { | |
factory<ScreenProvider> { AppScreenProvider() } | |
single { | |
Json { | |
ignoreUnknownKeys = true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment