Skip to content
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

Static fun java #109

Merged
merged 2 commits into from
Apr 12, 2021
Merged

Static fun java #109

merged 2 commits into from
Apr 12, 2021

Conversation

prashant-13
Copy link
Contributor

@prashant-13 prashant-13 commented Apr 12, 2021

close #108

Not able to access CropImage.activity() function in Java class

Cause:

Not added @JvmStatic annotation in activity() function in CropImage

How the bug was solved:

Added @JvmStatic in fun activity() and fun activity(uri)

@prashant-13 prashant-13 requested a review from a team as a code owner April 12, 2021 09:08
@Canato Canato merged commit de37f6c into CanHub:main Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] - Not able to access CropImage.activity() function in Java class
2 participants