- AndroidStudio
- graalvm 21
一个使用 Kotlin Multiplatform 开发跨平台GUI的开发者工具, 包含常用的开发辅助功能.
A developer tool for developing cross-platform GUIs using Kotlin Multiplatform, including commonly used development assistance functions.
-
JsonTool, json工具, 压缩, 美化等
-
TimeTool, 时间工具, 时间戳转换, 格式化等
-
RegexTool, 正则工具, 正则表达式的匹配和结果展示
-
...
-
JsonTool, json tool, compression, beautification, etc.
-
TimeTool, time tool, timestamp conversion, formatting, etc.
-
RegexTool, regular expression tool, regular expression matching and result display
-
...
This is a Kotlin Multiplatform project targeting Android, Desktop.
/composeAppis for code that will be shared across your Compose Multiplatform applications. It contains several subfolders:commonMainis for code that’s common for all targets.- Other folders are for Kotlin code that will be compiled for only the platform indicated in the folder name.
For example, if you want to use Apple’s CoreCrypto for the iOS part of your Kotlin app,
iosMainwould be the right folder for such calls.
Learn more about Kotlin Multiplatform…