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
The Kotlin min() and max() function which is already implemented, has been deprecated in favor of new name minOrNull() and maxOrNull(). Should we create a new function as minOrNull() with same implementation of min() and Deprecate the min() function ?
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/min-or-null.html
The text was updated successfully, but these errors were encountered: