Manuel Wrage
Results
3
issues of
Manuel Wrage
What about a function like this? fun intentFilterOf(vararg actions: String) = IntentFilter().apply { actions.forEach { addAction(it) } }
incCounter = com.ivianuu.injekt.common.ScopedModule.provideScoped() Shoule be incCounter = path.to.my.module.instance.provideScoped()
It would be nice if launchMolecule would return a Job object to easily cancel it.