Start Plugin
Default plugin for start of your app
Inheritors
Functions
Link copied to clipboard
This method will be called first to configure Module related to this plugin. You may use org.koin.core.scope.Scope.get in your koin definitions like Module.single to retrieve kotlinx.coroutines.CoroutineScope, kotlinx.serialization.json.Json or dev.inmo.micro_utils.startup.launcher.Config
Link copied to clipboard
This method will be called after all other StartPlugin will setupDI