Skip to content

Commit

Permalink
docs: added kotlin version step in flutter guide
Browse files Browse the repository at this point in the history
  • Loading branch information
saksham-gt committed May 17, 2024
1 parent 7a5d48e commit 968eba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/partials/_flutter-quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ flutter pub add dyte_uikit
}
```

And change the kotlin version to `1.9.0`

```kotlin
ext.kotlin_version = '1.9.0'
```

- ### **iOS**

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

0 comments on commit 968eba4

Please sign in to comment.