We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065b02e commit 06d48aeCopy full SHA for 06d48ae
docs.json
@@ -27,7 +27,8 @@
27
"Migration Guides",
28
[
29
["Migrating to v5", "/migrating-to-v5"],
30
- ["Migrating to v6", "/migrating-to-v6"]
+ ["Migrating to v6", "/migrating-to-v6"],
31
+ ["Migrating to v15", "/migrating-to-v15"]
32
]
33
34
docs/migrating-to-v15.mdx
@@ -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