Open danielAsaboro opened 5 months ago
and i believe this originates from the package's build.gradles kotlin extension. could it be because flutter no longer uses buildscript or whatever??
I'm on java 20 and have a gradle version of 8.3 which works well for other project until I added flutter_callkit_incoming package
very very related medium post
No help in sight ðŸ˜
Hey @danielAsaboro, just add Add in your gralde.properties:
kotlin.jvm.target.validation.mode = IGNORE
it resolve the error for me
kotlin.jvm.target.validation.mode = IGNORE
tq it's worked but is this affect our app on future?
This error happens by simply adding the package to the pubspec package
On flutter run command, this is what I get