📜  kotlin for ios - Kotlin 代码示例

📅  最后修改于: 2022-03-11 14:53:32.641000             🧑  作者: Mango

代码示例1
Kotlin Multiplatform Mobile allows you to use a single codebase 
for the business logic of iOS and Android apps. You only need 
to write platform-specific code where it's necessary, for example 
to implement a native UI or when working with platform-specific APIs.