configureKeyValuesRepoRoutes

inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValuesRepoRoutes(originalRepo: KeyValuesRepo<Key, Value>, noinline keyDeserializer: suspend (String) -> Key, noinline valueDeserializer: suspend (String) -> Value)(source)
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValuesRepoRoutes(originalRepo: KeyValuesRepo<Key, Value>, keySerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: StringFormat)(source)
inline fun <Key : Any, Value : Any> ERROR CLASS: Symbol not found for Route.configureKeyValuesRepoRoutes(originalRepo: KeyValuesRepo<Key, Value>, keySerializer: DeserializationStrategy<Key>, valueSerializer: DeserializationStrategy<Value>, serialFormat: BinaryFormat)(source)