Skip to content

Instantly share code, notes, and snippets.

@renaudmathieu
Created July 5, 2021 15:16
Show Gist options
  • Save renaudmathieu/ce4fb14aff05aa31f8dbe58dfaf73510 to your computer and use it in GitHub Desktop.
Save renaudmathieu/ce4fb14aff05aa31f8dbe58dfaf73510 to your computer and use it in GitHub Desktop.
ktor_part3_application
fun Application.module(testing: Boolean = false) {
// ...
val database: AppDatabase by inject()
database.init()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment