Is JVM generally considered to be included in Comp...
# compose-desktop
p
Is JVM generally considered to be included in Compose Desktop? Does Compose run on the JVM outside of Android? An example repo?
s
Does Compose run on the JVM outside of Android?
Yes
An example repo?
Here is the Jetbrains compose github repo, where all the Compose Desktop code lives. This will also be where the web and ios code lives eventually as well. Check out the samples. https://github.com/JetBrains/compose-jb
k
Technically, that is where web code lives. All the desktop code is in the main AndroidX repository.
p
@Kirill Grouchnikov can you redo that second sentence. I think there is a typo or two that causes it not to be clear. Are you referring to the Github androidx/androidx repo?
k
Yes, all the
desktopMain
folders under individual modules are for the desktop variant.
p
Can you suggest one such module by name. I've browsed a dozen directories (top-level) finding nothing except for compose/ui/ui/src .
And quite a few others you can find on cs.android.com
o