EasyImage icon indicating copy to clipboard operation
EasyImage copied to clipboard

can not create EasyImageInstance in kotlin

Open bitamirshafiee opened this issue 5 years ago • 4 comments

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.

bitamirshafiee avatar Jun 11 '19 10:06 bitamirshafiee

Same here ....

eVerup avatar Jun 11 '19 22:06 eVerup

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.

jordyseynaeve avatar Jun 18 '19 15:06 jordyseynaeve

3.0.1 does not recognize the EasyImage file in project, any problem with it in kotlin?

bitamirshafiee avatar Jun 22 '19 06:06 bitamirshafiee

val easyImage = EasyImage.Builder(context).allowMultiple(true).build()

ilkeryildirim avatar Oct 02 '19 14:10 ilkeryildirim