Join Slack
Powered by
Is it possible to add compose to a kotlin-native p...
# kotlin-native
j
Jonathan
10/09/2023, 9:19 PM
Is it possible to add compose to a kotlin-native project that targets macOS?
m
Michael Paus
10/09/2023, 9:23 PM
Yes, but it is very experimental with a very low priority.
j
Jonathan
10/09/2023, 9:25 PM
In the chatt-mpp example there exist a
directory
in :shared that targets macOS. How does it work? I’m unable to run it on my macbook.
m
Michael Paus
10/09/2023, 9:28 PM
Your should consult
https://github.com/JetBrains/compose-multiplatform/blob/master/examples/chat/README.md
(The last two sentences at the end).
j
Jonathan
10/09/2023, 9:30 PM
Ahh, that was what I was missing… Is this the same experimental macOS compose functionality you were referring or is this not true kotlin native?
m
Michael Paus
10/10/2023, 6:47 AM
That’s Kotlin native. The more reliable and functional version on the desktop is JVM.
2
Views
Open in Slack
Previous
Next