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
I installed this plugin into a previously working Ionic / Capacitor project on MacOS, and it appeared to install fine.
However, after install, when I try to build the project for Android, I get the following error:
Task :capacitor-background-runner:compileDebugKotlin FAILED
Execution failed for task ':capacitor-background-runner:compileDebugKotlin'.
'compileDebugJavaWithJavac' task (current target is 11) and 'compileDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
This Pull Request appears to address the same issue: #14
The text was updated successfully, but these errors were encountered:
I installed this plugin into a previously working Ionic / Capacitor project on MacOS, and it appeared to install fine.
However, after install, when I try to build the project for Android, I get the following error:
This Pull Request appears to address the same issue: #14
The text was updated successfully, but these errors were encountered: