Closed RobbWatershed closed 4 years ago
Alright, thanks to Google I just found out about :
ExtensionsFactories.INSTANCE.register(new SelectExtensionFactory());
Seriously, the readme sample could be a little more up to date.
@RobbWatershed I am sorry that the README does no longer cover Java. v4 of the lib goes Kotlin first and it is highly suggested to also use it from Kotlin for this matter.
Hi there,
I'm using
FastAdapter
v4.1.1 with Java. So far it works super fine for simple use cases.However, it crashes at creation-time while I want to initialize the select extension.
Have I missed something ?
Using Android Studio 3.5.3
My gradle is as follows