Hey everyone! The author of this post is trying to...
# android
s
Hey everyone! The author of this post is trying to point out some issues with Kotlin's
removeFirst()
and
removeLast()
extension functions. Can anyone help me understand why they are problematic? If you'd like, you can directly reply to the author on his post on X.
i
See the section on "Collision with MutableList.removeFirst() and MutableList.removeLast() extension functions in kotlin-stdlib": https://developer.android.com/about/versions/15/behavior-changes-15#openjdk-api-changes
❤️ 1