fromApplication
Top-level function acting as a Kotlin shortcut allowing to write fromApplication<MyApplication>().with(...)
. This method assumes that the main
function is declared in the same file as T
.
Author
Phillip Webb
Since
3.1.1