Wondering. Since Compose for iOS is now in Alpha, ...
# compose-ios
a
Wondering. Since Compose for iOS is now in Alpha, are there any plans to stop using
org.jetbrains.compose.experimental.uikit.enabled
Gradle property?
👀 8
d
Good question. We will discuss it in our team.
🙏 1
a
Btw, is Compose for macOS also in Alpha, or is it separate?
r
Isn't compose for macOS just running on the JVM ?
a
There is also native variant, controlled by
org.jetbrains.compose.experimental.macos.enabled
Gradle property.
👍 1
i
macOs native is separate and stays experimental, there are no plans to stabilize it
👍 2
thank you color 2
❤️ 1
s
@Igor Demin Why's that? One of the main problems with the JVM is that it's very easy to decompile and alter code. Any JVM desktop application I'm running locally that doesn't have a service enforced at the server level, is pretty easy to backwards engineer and alter.
i
Nothing wrong with such support itself, but It requires a lot of investment. If there will be a big demand, or it will fix a lot of current issues, we can start to look at it in the future.