Package-level declarations
Types
Link copied to clipboard
Contains just List of StartPlugins. In json this config should look like:
Link copied to clipboard
Link copied to clipboard
Default startup plugin. See setupDI and startPlugin for more info
Functions
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Module.baseJsonProviderFactory(definition: ERROR CLASS: Symbol not found for Definition<kotlinx/serialization/json/Json>): ERROR CLASS: Symbol not found for KoinDefinition<kotlinx/serialization/json/Json>
Will register definition with org.koin.core.module.Module.factory and key "baseJsonProvider"
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Module.baseJsonProviderSingle(createdAtStart: Boolean = false, definition: ERROR CLASS: Symbol not found for Definition<kotlinx/serialization/json/Json>): ERROR CLASS: Symbol not found for KoinDefinition<kotlinx/serialization/json/Json>
Will register definition with org.koin.core.module.Module.single and key "baseJsonProvider"