-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] - Not able to access CropImage.activity() function in Java class #108
Comments
@prashant-13 can you please open a PR with this changes so I can release fast? Ideally, if you have time, not mandatory, we could add a Java Sample code. So we can be sure this will not happens again ^^ |
Have you fixed it? Thanks in advance |
@mampress when is fixed and release this issue will be close. Someone need to drop a PR to fix this so we can merge =) |
Sorry, I'm quite new to GitHub so I don't know how to open one |
@mampress welcome =D This is the library guide to contribute, our "rules". This is a great guide explaining how to fork and how to contribute. Looking forward for your PR soon !!! |
As soon as I understand what a PR properly is I'll commit one =D, I hope soon since I'm working on a project with this library |
@mampress how did u reesolved the problem ? |
haven't resolved it yet |
@prashant-13 Thanks for the PR! @ashcode1997 @mampress |
Not able to call CropImage.activity() fun, it is giving error. As it is not mentioned with @JvmStatic annotation. Please add @JvmStatic in fun activity() so that we can use this lib in java project
The text was updated successfully, but these errors were encountered: