Skip to content

wzmyyj/FeAdapter

Repository files navigation

FeAdapter

🎏 DataBinding下的RecyclerView万能适配器。

Dependencies

Project.build.gradle.kts

allprojects {
    repositories {
        google()
        jcenter()
        maven { url = uri("https://jitpack.io") }// add this line.
    }
}

app.build.gradle.kts

 implementation("com.github.wzmyyj.FeAdapter:lib_adapter:1.1.0-beta01")

About

🎏 DataBinding下的RecyclerView万能适配器。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages