File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff 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
7675What can you do in advance to make these steps smoother?
7776
You can’t perform that action at this time.
0 commit comments