Hi guys. Someone knows if we have a multiplatform ...
# announcements
d
Hi guys. Someone knows if we have a multiplatform kotlin example project for all platforms? java, js, desktop, android, ios, windows, linux, macos?
s
Kotlin/native doesn’t support multiplatform keywords and IDE support yet. Only sharing code “by hand” is possible. So ios/macos is not possible at this moment
d
@snrostov Thx a lot
s
Here is answer to similar question from Nikolay Igotti [JB]:
Source code could be shared even now, see for example https://github.com/JetBrains/kotlinconf-app which shares code between native (iOS) and JVM (Android)