Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syxc authored Feb 8, 2024
1 parent d1741aa commit 380dedb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
这是一个 `Kotlin Multiplatform Mobile` 最小可用示例。
实际项目中根据实际情况组织 iOS 和 Android 代码仓库结构即可。

```txt
├── LICENSE
├── README.md
├── build.gradle.kts
├── gradle
├── gradle.properties
├── gradlew
├── gradlew.bat
├── kmp-app-android-scaffold
├── kmp-app-ios-scaffold
├── kmp-app-shared
└── settings.gradle.kts
```

官方示例:[kmm-production-sample](https://github.com/Kotlin/kmm-production-sample)

编译环境
Expand Down

0 comments on commit 380dedb

Please sign in to comment.