Flutter 2.10 ext.kotlin_version = '1.5.31' requirement

32 views
Skip to first unread message

Keith Black

unread,
Mar 31, 2022, 2:46:42 PM3/31/22
to Flutter Development (flutter-dev)
The Flutter 2.10 release notes state that there is a breaking change that requires kotlin version 1.5.31. See required changes below.

My question is, do all of the packages (dependencies) I use have to have this implemented prior to me updating my app?

Required changes:

buildscript {
-    ext.kotlin_version = '1.3.50'
+    ext.kotlin_version = '1.5.31'

Reference:


Reply all
Reply to author
Forward
0 new messages