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
Flutter kotlin default version using Javavm 17, but this project use 1.8
Would consider guide users who using javavm 17 how to support it? Many other libs didn't have so much newer kotlin javavm vesion.
Execution failed for task ':audio_waveforms:compileReleaseKotlin'.
> 'compileReleaseJavaWithJavac' task (current target is 1.8) and 'compileReleaseKotlin' task (current target is 17) 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:
Flutter kotlin default version using Javavm 17, but this project use 1.8
Would consider guide users who using javavm 17 how to support it? Many other libs didn't have so much newer kotlin javavm vesion.
The text was updated successfully, but these errors were encountered: