Installing SDK (Java) in flutter APP MainActivity.kt
I am a new bee to coding. I am getting an error while Initialise the SDK in my app Application file as
@Override
public void onCreate() {
super.onCreate();
Cuelinks.initialize(this);
}
the error is :
* What went wrong:
Execution failed for task ':app:compileReleaseKotlin'.
Compilation error. See log for more details
My app is a flutter app. I need to paste the above code in MainActivity.kt
I would be very thankful if I get any solution. Please help