在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):wojta/hello-kotlin-multiplatform开源软件地址(OpenSource Url):https://github.com/wojta/hello-kotlin-multiplatform开源编程语言(OpenSource Language):Kotlin 90.4%开源软件介绍(OpenSource Introduction):Multiplatform Kotlin Hello WorldThis project demonstrates sharing runtime independent code between different Kotlin's runtimes (Java/Android/JavaScript). It uses Gradle build engine. It uses new support for multiplatform modules with plugin Applications are built using features available from Kotlin 1.2 regarding multiplatform modules - see this blog posts:
Older implementation that didn't use What is Kotlin?otlin is a programming language developed by Jetbrains. It's fully compatibile with Java runtimes and also there is support for JavaScript transpilation. Experimental version of Kotlin/Native has goal to also build fully native apps for iOS, Linux, Windows and possibly other platforms. What is it doing?
StructureIt's the Gradle multiple modules project.
Platform implementation specifics
Note: Ordinary console output can be done by Building and running the demoIt was checked only under Linux Mint, probably there won't be any problems with most Unix-like environments. Android applicationYou can use Android Studio to run the application. To build from command line, you can use
and APK file is located in your JVM console application
You can than run the JAR file using Frontend JavaScript application
Webpack allows to host site directly from Gradle by
It will run locally on http://localhost:8088/. Node.js console application
You can execute it
to see all build options
LicenseDo whathever you want with this. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论