-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
good first issueGood for newcomersGood for newcomersplugin: messagingtype: documentationImprovements or additions to documentationImprovements or additions to documentation
Description
I'm trying to implement the onBackgkround message handle but the instructions suppose that the project was created with java despite the default now is Kotlin.
So I created Application class in the kotlin folder but now there are a couple of errors saying:
Cannot access 'android.app.Application' which is a supertype of 'com.my.app.Application'.
and:
Cannot access 'java.lang.Object' which is a supertype of 'com.steepcode.mdd.Application'. Check your module classpath for missing or conflicting dependencies
I think it might has to do with the fact the my io.flutter.plugins folder is in folder named java and not in the kotlin one, but have no idea what to do.
yobud, i6x86, Prajval, Scienticious and vkmaxcooldude
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersplugin: messagingtype: documentationImprovements or additions to documentationImprovements or additions to documentation