Guest User

Untitled

a guest
Dec 15th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. fun Application.main() {
  2. install(DefaultHeaders)
  3. install(CallLogging)
  4. // install Koin feature
  5. installKoin {
  6. // Use SLF4J Koin logger
  7. slf4jLogger()
  8. // declare used modules
  9. modules(helloAppModule)
  10. }
  11. }
Add Comment
Please, Sign In to add comment