In the next release, you'll be able to use `Kodein...
# kodein
s
In the next release, you'll be able to use `Kodein.lazy`:
Copy code
class MyApp : Application(), KodeinAware {
	override val kodein by Kodein.lazy {
		/* bindings */
	}
}