Open danielAsaboro opened 3 months ago
Since we've added this package, we've had one compatibility issue or the other;
It's either kotline version is this, jvm version is that; and no helpful resource online;
i've also seen that these is a common issue raised on this plugin, yet unresolved'
Execution failed for task ':flutter_callkit_incoming:compileDebugKotlin'.
congratulations, guys
same here Execution failed for task ':flutter_callkit_incoming:compileDebugKotlin'.
'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' 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
did you found any alternative or fix?
Not yet
On Sat, 7 Sept, 2024, 6:37 pm Arif Ikhsanudin, @.***> wrote:
did you found any alternative or fix?
— Reply to this email directly, view it on GitHub https://github.com/hiennguyen92/flutter_callkit_incoming/issues/576#issuecomment-2335181825, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAWMMJORF6IUOVBXUNGNXNTZVL3BFAVCNFSM6AAAAABNAA3HXSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZVGE4DCOBSGU . You are receiving this because you commented.Message ID: @.***>
@kritika6785 did you find any fix for this?
@hiennguyen92 kindly help solve this by upgrading project jvm and kotlin versions
@sagar1garg https://stackoverflow.com/a/76005200
please try with this solution.
because lib using gradle 7.x, so i can't upgrade to gradle 8 yet. i will update it in a later version.
Since we've added this package, we've had one compatibility issue or the other;
It's either kotline version is this, jvm version is that; and no helpful resource online;
i've also seen that these is a common issue raised on this plugin, yet unresolved'
congratulations, guys