You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: