Skip to content

Commit

Permalink
doc(docs.topics.multiplatform.multiplatform): add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredo-toledano committed Nov 30, 2024
1 parent 040ac13 commit f67c8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/multiplatform/multiplatform.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Share application logic while keeping native user experience.)
* among [all platforms / used | your project](multiplatform-share-on-platforms.md#share-code-on-all-platforms)
* among [some platforms / included | your project](multiplatform-share-on-platforms.md#share-code-on-similar-platforms)

![Code shared across different platforms](kotlin-multiplatform-hierarchical-structure.svg){width=700}
![Code shared across different platforms](/docs/images/multiplatform/kotlin-multiplatform-hierarchical-structure.svg)

* if, from the shared code, you -- need to access -- platform-specific APIs , -> use [expected and actual declarations](multiplatform-expect-actual.md)
* Check
Expand Down

0 comments on commit f67c8da

Please sign in to comment.