RecyclerView KTX 0.2.0 #31
EdricChan03
announced in
New Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Published on 21 Mar 2025
Links
Usage
0.2.0 is published on Maven Central as
io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.2.0
.settings.gradle.kts
:dependencyResolutionManagement { // ... repositories { mavenCentral() } }
Kotlin/Groovy
implementation("io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.2.0")
TOML
gradle/libs.versions.toml
:build.gradle.kts
:Notable changes
Warning
Note that this module is built with Kotlin 2.0.0+ and may require the K2 compiler.
itemCallback
andcallback
methods are added to create aDiffUtil.ItemCallback
andDiffUtil.Callback
respectively.Added functions
Function
callback
Function
itemCallback
API dependencies
These are the dependencies marked with the
api
configuration that the library uses:androidx.annotation:annotation
androidx.recyclerview:recyclerview
This discussion was created from the release RecyclerView KTX 0.2.0.
Beta Was this translation helpful? Give feedback.
All reactions