janishar / PlaceHolderView

This library provides advance views for lists and stacks. Some of the views are build on top of RecyclerView and others are written in their own. Annotations are compiled by annotation processor to generate bind classes. DOCS -->
http://janishar.com/PlaceHolderView
Apache License 2.0
2.11k stars 367 forks source link

InfinitePlaceHolderView1.0.3 in kotlin is old version code? #139

Open interkenny opened 6 years ago

interkenny commented 6 years ago

Hello.

I'm using InfinitePlaceHolderView in kotlin. And cradle file like this

implementation 'com.mindorks.android:placeholderview:1.0.3'
kapt 'com.mindorks.android:placeholderview-compiler:1.0.3'

But there is no setPaginationMargin method. I thing it is not new version.