gh-pages / com.nextfaze.devfun.core / DevFun / tryInitModules

tryInitModules

fun tryInitModules(): Unit (source)

Attempts to initialize uninitialized modules.

Can be called any number of times.

Can also be called at any time as long as the module’s initialization function DevFunModule.initialize doesn’t try to use devFun. initialize should be called called before this to be safe.

Modules without dependencies will fail to initialize. Add them and call this again.