Skip to content

Instantly share code, notes, and snippets.

@DoTheMonkeyBusiness
Created May 18, 2022 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DoTheMonkeyBusiness/624ebc7214fea21775da96168ccd9cbd to your computer and use it in GitHub Desktop.
Save DoTheMonkeyBusiness/624ebc7214fea21775da96168ccd9cbd to your computer and use it in GitHub Desktop.
@Module
@ComponentScan("com.cprt.advancedauction.common")
class CommonModule {
@Single
fun json() = Json {
ignoreUnknownKeys = true
}
}
@Factory
internal class AppScreenProvider : ScreenProvider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment