You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating to Kotlin 2.1.20, the asCache extensions functions don't seem to resolve anymore and there seems to be no workaround that works for me... getting these types of errors:
[ERROR] <BLABLA>Service.kt:[60,10] None of the following candidates is applicable:
[ERROR] fun <K, V> Caffeine<in K, in V>.asCache(): Cache<K, V>
[ERROR] fun <K, V> Caffeine<in K, in V>.asCache(scope: CoroutineScope): Cache<K, V>