EasyImage
EasyImage copied to clipboard
can not create EasyImageInstance in kotlin
Hello in version 1.3.1
to Create EasyImageInstance like this:
EasyImage easyImage = new EasyImage.Builder(context)
but in kotlin this does not work:
EasyImage.Builder(context)
I want to use allow multiple.
Same here ....
the latest release is 3.0.1, it isn't listed on the main github page but I guess you are using the 1.3.1 mentioned there for SDK 14 support. Is a bit misleading.
3.0.1 does not recognize the EasyImage file in project, any problem with it in kotlin?
val easyImage = EasyImage.Builder(context).allowMultiple(true).build()