Skip to content

Instantly share code, notes, and snippets.

@arnaudgiuliani
Created March 1, 2022 08:08
Show Gist options
  • Save arnaudgiuliani/b4d64f3fc3b7a57dea15053e9e212e3f to your computer and use it in GitHub Desktop.
Save arnaudgiuliani/b4d64f3fc3b7a57dea15053e9e212e3f to your computer and use it in GitHub Desktop.
// generated sources
import org.koin.ksp.generated.*
fun main(){
startKoin {
modules(CoffeeAppModule().module)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment