Skip to content

Commit 968eba4

Browse files
committed
docs: added kotlin version step in flutter guide
1 parent 7a5d48e commit 968eba4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/partials/_flutter-quickstart.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ flutter pub add dyte_uikit
5050
}
5151
```
5252

53+
And change the kotlin version to `1.9.0`
54+
55+
```kotlin
56+
ext.kotlin_version = '1.9.0'
57+
```
58+
5359
- ### **iOS**
5460

5561
1. Set minimum deployment target for your Flutter app to 13.0 or higher.

0 commit comments

Comments
 (0)