Package-level declarations
Functions
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Module.factorySampleInfo(definition: ERROR CLASS: Symbol not found for Definition<dev/inmo/micro_utils/koin/generator/test/Test<kotlin/String>>): ERROR CLASS: Symbol not found for KoinDefinition<dev/inmo/micro_utils/koin/generator/test/Test<kotlin/String>>
Will register definition with org.koin.core.module.Module.factory and key "sampleInfo"
Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for Module.factoryTest(noinline definition: ERROR CLASS: Symbol not found for Definition<T>): ERROR CLASS: Symbol not found for KoinDefinition<T>
Will register definition with org.koin.core.module.Module.factory and key "test"
Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for Module.factoryTestNullable(noinline definition: ERROR CLASS: Symbol not found for Definition<T>): ERROR CLASS: Symbol not found for KoinDefinition<T>
Will register definition with org.koin.core.module.Module.factory and key "testNullable"
Link copied to clipboard
inline fun ERROR CLASS: Symbol not found for Koin.sampleInfo(noinline parameters: ERROR CLASS: Symbol not found for ParametersDefinition): Test<String>
inline fun ERROR CLASS: Symbol not found for Scope.sampleInfo(noinline parameters: ERROR CLASS: Symbol not found for ParametersDefinition): Test<String>
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Module.singleSampleInfo(createdAtStart: Boolean = false, definition: ERROR CLASS: Symbol not found for Definition<dev/inmo/micro_utils/koin/generator/test/Test<kotlin/String>>): ERROR CLASS: Symbol not found for KoinDefinition<dev/inmo/micro_utils/koin/generator/test/Test<kotlin/String>>
Will register definition with org.koin.core.module.Module.single and key "sampleInfo"
Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for Module.singleTest(createdAtStart: Boolean = false, noinline definition: ERROR CLASS: Symbol not found for Definition<T>): ERROR CLASS: Symbol not found for KoinDefinition<T>
Will register definition with org.koin.core.module.Module.single and key "test"
Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for Module.singleTestNullable(createdAtStart: Boolean = false, noinline definition: ERROR CLASS: Symbol not found for Definition<T>): ERROR CLASS: Symbol not found for KoinDefinition<T>
Will register definition with org.koin.core.module.Module.single and key "testNullable"
Link copied to clipboard
inline fun <T : Any> ERROR CLASS: Symbol not found for Koin.testNullable(noinline parameters: ERROR CLASS: Symbol not found for ParametersDefinition?? = null): T?
inline fun <T : Any> ERROR CLASS: Symbol not found for Scope.testNullable(noinline parameters: ERROR CLASS: Symbol not found for ParametersDefinition?? = null): T?