@@ -26,7 +26,7 @@ dependencyResolutionManagement {
2626### Kotlin/Groovy
2727
2828``` kotlin
29- implementation(" io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.1 .0" )
29+ implementation(" io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.2 .0" )
3030```
3131
3232### TOML
@@ -35,7 +35,7 @@ implementation("io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.1
3535
3636``` toml
3737[libaries ]
38- androidxtra-recyclerview-ktx = " io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.1 .0"
38+ androidxtra-recyclerview-ktx = " io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.2 .0"
3939```
4040
4141` build.gradle.kts ` :
@@ -72,7 +72,7 @@ dependencyResolutionManagement {
7272` build.gradle.kts ` :
7373
7474``` kotlin
75- implementation(" io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.1 .0-SNAPSHOT" )
75+ implementation(" io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.3 .0-SNAPSHOT" )
7676```
7777
7878#### TOML
@@ -81,7 +81,7 @@ implementation("io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.1
8181
8282``` toml
8383[libaries ]
84- androidxtra-recyclerview-ktx = " io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.1 .0-SNAPSHOT"
84+ androidxtra-recyclerview-ktx = " io.github.edricchan03.androidx.recyclerview:recyclerview-ktx:0.3 .0-SNAPSHOT"
8585```
8686
8787` build.gradle.kts ` :
@@ -90,7 +90,7 @@ androidxtra-recyclerview-ktx = "io.github.edricchan03.androidx.recyclerview:recy
9090implementation(libs.androidxtra.recyclerview.ktx)
9191```
9292
93- ## Available extensions
93+ ## Available extensions/methods
9494
9595Currently, the following extension functions are available:
9696
@@ -104,6 +104,12 @@ Extension function | Getter | Setter
104104[ ` RecyclerView.hasFixedSize ` ] [ io.github.edricchan03.androidx.recyclerview.ktx.hasFixedSize ] | [ ` RecyclerView.hasFixedSize ` ] [ androidx.recyclerview.widget.RecyclerView.hasFixedSize ] | [ ` RecyclerView.setHasFixedSize ` ] [ androidx.recyclerview.widget.RecyclerView.setHasFixedSize ]
105105[ ` RecyclerView.Adapter.hasStableIds ` ] [ io.github.edricchan03.androidx.recyclerview.ktx.hasStableIds ] | [ ` RecyclerView.Adapter.hasStableIds ` ] [ androidx.recyclerview.widget.RecyclerView.Adapter.hasStableIds ] | [ ` RecyclerView.Adapter.setHasStableIds ` ] [ androidx.recyclerview.widget.RecyclerView.Adapter.setHasStableIds ]
106106
107+ ### Top-level methods
108+
109+ * [ ` callback ` ] [ io.github.edricchan03.androidx.recyclerview.ktx.callback ] (new in version 0.2.0)
110+ * [ ` itemCallback ` ] [ io.github.edricchan03.androidx.recyclerview.ktx.itemCallback ] (new in version
111+ 0.2.0)
112+
107113# Package io.github.edricchan03.androidx.recyclerview.ktx
108114
109115Top-level Kotlin extensions/utils
0 commit comments