Jan Stoltman
//Declaration fun <K,V>cache(getNew: suspend () -> List<Pair<K, V>>) //Usage cache(::getAllChannelsFromApi)
Type mismatch: inferred type is KSuspendFunction0<List<Pair<Int, Channel>>> but suspend () -> List<Pair<Int, Channel>> was expected
Dominaezzz
olonho
A modern programming language that makes developers happier.