Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Flutter Dependency: sms_advanced flutter requires org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50

Ask Question

I'm developing an SMS application in Flutter. I have an error that states the following. Pic provided below, and I can't find the correct solution to this. Can any one help?[screenshot from debug console stating the error "project ':sms_advanced' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50"] : -

What I did try was changing the ext.kotlin_version = '1.7.10' from 1.7.10 to 1.3.50 but the error still persists.

riki3 is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct . after changing kotlin version try to run. * flutter pub cache clean * flutter clean * flutter pub cache repair * flutter pub get Rahul Kushwaha Jun 15 at 6:59

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .