Kotlin/Native MPP Demo例子

【Kotlin/Native MPP Demo例子】kotlinconf-app 是KotlinConf的官方APP。

All pieces of the application are implemented in Kotlin. Backend, frontend and mobile apps are Kotlin applications. Yes, Kotlin is powering all parts of the story.
整个项目的后端以及客户端(IOS、Android)均有Kotlin实现,客户端使用了Kotlin MPP跨平台技术实现,代码基于MVP架构实现,可以作为一个Kotlin MPP的最佳实践进行学习。

    推荐阅读