jaredrummler / Cyanea

A theme engine for Android
Apache License 2.0
1.45k stars 144 forks source link

CyaneaFragment declarations clash #56

Open andyburris opened 5 years ago

andyburris commented 5 years ago

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 commented 5 years ago

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