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
e: file:///C:/Users/..../AppData/Local/Pub/Cache/hosted/pub.dev/file_saver-0.2.9/android/src/main/kotlin/com/incrediblezayed/file_saver/Dialog.kt:79:33 Unresolved reference: FileUtils
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':file_saver:compileDebugKotlin'.
I get this error when building.
Additionally, is there a reason you set the required compile SDK to 34? The default flutter sdk of the newest version is not even that high.
The text was updated successfully, but these errors were encountered:
What went wrong:
Execution failed for task ':file_saver: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
I get this error when building.
Additionally, is there a reason you set the required compile SDK to 34? The default flutter sdk of the newest version is not even that high.
The text was updated successfully, but these errors were encountered: