hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
170 stars 291 forks source link

This plugin single handedly brought our whole dev work to a halt. Wonderful #576

Open danielAsaboro opened 1 month ago

danielAsaboro commented 1 month 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

kritika6785 commented 1 month 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

arifikhsan commented 1 month ago

did you found any alternative or fix?

kritika6785 commented 1 month ago

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: @.***>

sagar1garg commented 3 weeks ago

@kritika6785 did you find any fix for this?

sagar1garg commented 3 weeks ago

@hiennguyen92 kindly help solve this by upgrading project jvm and kotlin versions

hiennguyen92 commented 3 weeks ago

@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.