hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
276 stars 22 forks source link

Kotlin: Kotlin Multiplatform #420

Open hhstore opened 3 months ago

hhstore commented 3 months ago

📖 Abstract:

💯 Related:

hhstore commented 3 months ago

Kotlin Multiplatform 指南

KMP 项目模板(脚手架):

跨平台库模板:

参考:

实战:

hhstore commented 3 months ago

配置 KMP 开发环境:


brew install kdoctor

安装 sdkmanager 命令行工具:


open $ANDROID_HOME

cd $ANDROID_HOME
image
hhstore commented 3 months ago

KMP 参考示例

hhstore commented 3 months ago

示例项目:

注意:

  • 使用 Android Studio 打开项目, 需要打开项目的目录.
  • 不要打开 monorepo 目录, 会导致无法识别 Android 构建脚本!

Android 模拟器效果:

image
hhstore commented 3 months ago

1

hhstore commented 3 months ago

1

hhstore commented 3 months ago

1

hhstore commented 3 months ago

1

hhstore commented 3 months ago

1