Hello, I can’t find a tuto on how to add ios to a ...
# compose-ios
r
Hello, I can’t find a tuto on how to add ios to a compose multiplatform project. I already have Android & Desktop, but unable to add iOS. Does someone have some helpful links ?
d
Hello, You may look at these experimental example projects: https://github.com/JetBrains/compose-jb/tree/master/experimental/examples
iOS is an experimental target and may break backward compatibility
r
Thank’s. I have an error when I add ios target like in the example
org.gradle.api.internal.initialization.DefaultClassLoaderScope@40beb836 must be locked before it can be used to compute a classpath!
. It’s due to another kmm module (not compose). I’m not able to solve the problem. Do you have any idea ?
d
Unfortunately, I don't have any ideas yet.
r
Seems like I have a problem with arm64
Could not resolve all dependencies for configuration :common:iosArm64CompileKlibraries.
. Thank’s, I’ll try to solve it !
Seems like
org.jetbrains.compose.ui:ui-tooling-preview:1.3.0-beta03
is not available for
ios_arm64
d
Yeah, Preview is not available for iOS