Skip to content

Commit fdc654a

Browse files
committed
docs(android): add migrating to v15 guide
1 parent 065b02e commit fdc654a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"Migration Guides",
2828
[
2929
["Migrating to v5", "/migrating-to-v5"],
30-
["Migrating to v6", "/migrating-to-v6"]
30+
["Migrating to v6", "/migrating-to-v6"],
31+
["Migrating to v6", "/migrating-to-v15"]
3132
]
3233
]
3334
]

docs/migrating-to-v15.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Migrating to v15
2+
3+
## Important Notice (Android Only)
4+
5+
If you're upgrading to v15, please note that it requires Kotlin 2.0.0. Ensure your project is updated accordingly to prevent build issues.
6+
7+
Open your `android/build.gradle` file and update the Kotlin version to "2.0.0".

0 commit comments

Comments
 (0)