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
What went wrong:
Execution failed for task ':flutter_logs:compileDebugKotlin'.
'compileDebugJavaWithJavac' task (current target is 17) and 'compileDebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
The text was updated successfully, but these errors were encountered:
I had this problem too. There is this PR #72 to solve this issue.
I copied the package to my directory and made the change present in the PR above, and it worked. I suggest you do the same, since the PR is from May and has not been merged yet.
Execution failed for task ':flutter_logs:compileDebugKotlin'.
The text was updated successfully, but these errors were encountered: