The onCreateOptionsMenu method in CyaneaFragment has a clash with the same method in Fragment. Seems to be fixed/happen with unrelated build.gradle changes.
ErrorInherited 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 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