libill / kmmApp

An app architecture for Kotlin/Native on Android/iOS. Use Kotlin Multiplatform Mobile. Support multiple modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how mix kmm + flutter ?

CMingTseng opened this issue · comments

commented

Dear Sir

i ref your project

https://github.com/libill/kmmApp

https://github.com/libill/kmm-flutter-plugin

those can mix ?

let us use share library by kotlin & ui by flutter ?

THX

Yes,kmmApp/shared/sdkframework as a flutter plugin logic, and write a flutter plugin. So shared a kmm flutter plugin & ui by flutter is ok.
Maybe utils、business、alog、PlatformMMKV modules should build klib for sdkframework. Because kmm-flutter-plugin support one flutter plugin now.