Lazy Module
Koin Lazy Module - an implementation of Lazy<Module>.
Accepts a lambda that initializes a Module via lazy() using LazyThreadSafetyMode.NONE as thread-safety mode.
Author
Chris Paleopanos
Arnaud Giuliani
Parameters
module Initializer
a lambda that will be used to initialize a Module lazily