Skip to content

Commit 8195158

Browse files
committed
update: some links
1 parent 7fa5df9 commit 8195158

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

topics/migrate-from-android.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,13 @@ make sure you prepare the environment:
6464

6565
## Checklist for a potential KMP migration
6666

67-
If your project is a relatively modern Android app, it is likely to already satisfy most requirements.
68-
But this is a useful list to evaluate older or complex projects.
69-
70-
The general steps are:
71-
1. Pick a module that can be made multiplatform.
72-
2. Make sure all its dependencies are multiplatform.
73-
3. Reconfigure the module and lay out the code in source sets.
74-
4. Reconfigure the project.
67+
If your project is a relatively modern Android app, it is likely to already adhere to most requirements and recommendations.
68+
But this is a useful list to evaluate older or complex projects:
69+
70+
1. [Convert or isolate Java code](#convert-or-isolate-java-code)
71+
2. [Check your Android/JVM-only dependencies](#check-your-android-jvm-only-dependencies)
72+
3. [Catch up with modularization technical debt](#catch-up-with-modularization-technical-debt)
73+
4. [Migrate to Compose](#migrate-to-compose)
7574

7675
What can you do in advance to make these steps smoother?
7776

0 commit comments

Comments
 (0)