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

CyaneaFragment declarations clash #56

Open
andyburris opened this issue Mar 21, 2019 · 1 comment
Open

CyaneaFragment declarations clash #56

andyburris opened this issue Mar 21, 2019 · 1 comment

Comments

@andyburris
Copy link

The onCreateOptionsMenu method in CyaneaFragment has a clash with the same method in Fragment. Seems to be fixed/happen with unrelated build.gradle changes.

Error
Inherited platform declarations clash: The following declarations have the same JVM signature (onCreateOptionsMenu(Landroid/view/Menu;Landroid/view/MenuInflater;)V): fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater): Unit defined in com.andb.apps.todo.InboxFragment fun onCreateOptionsMenu(menu: Menu, inflater: MenuInflater?): Unit defined in com.andb.apps.todo.InboxFragment

@evozi-team
Copy link

Hi, please try this version - https://github.com/evozi/Cyanea

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

No branches or pull requests

2 participants